kru64 Posted December 15, 2013 Share Posted December 15, 2013 Deltakosh , please, retrieve BabylonExporter.exe to https://github.com/BabylonJS/Babylon.js/tree/master/Exporters. I don't like to sent my private materials to http://www.babylonjs.com/converter.html. But I can't to produce exe myself, I'm just novice. Quote Link to comment Share on other sites More sharing options...
Dad72 Posted December 15, 2013 Share Posted December 15, 2013 Hi,It is quite simple.Open ExportToBabylon.sln with Visual studio and compile the solution.Then the files compile will find themselves in:XNA - OBJ/BabylonExport/bin/x86/Debug/ GameMonetize 1 Quote Link to comment Share on other sites More sharing options...
kru64 Posted December 15, 2013 Author Share Posted December 15, 2013 Thank you! I got it! Quote Link to comment Share on other sites More sharing options...
highvrahos Posted December 17, 2013 Share Posted December 17, 2013 Hello, posting it here, because it's partly related and didn't want to start another thread just for that: can the exporter manage batched conversion? We would like to convert some hunderds of .obj to .babylon. Thank you very much. Quote Link to comment Share on other sites More sharing options...
gwenael Posted December 17, 2013 Share Posted December 17, 2013 I don't think so but it shouldn't be difficult to add this feature. If I remember well, the excutable uses a lib that is responsible for exporting to babylon format. You may only have to modify the code of the excutable to call several times the function of the lib. You could also multi-thread this. P.S: still, it will be better to start a new thread Quote Link to comment Share on other sites More sharing options...
neoRiley Posted January 24, 2014 Share Posted January 24, 2014 I downloaded Visual Studio Express Windows Desktop edition, opened project and was met with an error, and this was in the output: Z:\Documents\RockonFlash\Tests\WebGL\Babylon.js\Exporters\XNA - OBJ\BabylonExport.Core\Exporters\ThroughXNA\DAE\ColladaXna\ColladaXnaImporter\ColladaXnaImporter.csproj : error : The imported project "C:\Program Files (x86)\MSBuild\Microsoft\XNA Game Studio\Microsoft.Xna.GameStudio.ContentPipelineExtensions.targets" was not found. Confirm that the path in the <Import> declaration is correct, and that the file exists on disk. Z:\Documents\RockonFlash\Tests\WebGL\Babylon.js\Exporters\XNA - OBJ\BabylonExport.Core\Exporters\ThroughXNA\DAE\ColladaXna\ColladaXnaImporter\ColladaXnaImporter.csproj 1. is this the correct version of Visual Studio to use? 2. are there any settings / project properties I need to setup so that this will work? Any tips / tricks / info is much appreciated, Thanks, John Quote Link to comment Share on other sites More sharing options...
Dad72 Posted January 24, 2014 Share Posted January 24, 2014 You must install Microsoft XNA Framework Redistributable 4.0 Download here: http://www.microsoft.com/en-us/download/details.aspx?id=20914 Quote Link to comment Share on other sites More sharing options...
neoRiley Posted January 25, 2014 Share Posted January 25, 2014 Great thanks Dad72, that got me passed that issue Now, I'm getting an error that the Collada exporter/lib is not compatible with this version of VS (2013 Win desktop): I assume this means these need to be updated and I'll go ahead and do some searching to see if I can locate something more recent and make sense of this, but I have this feeling I'm heading down the rabbit hole of hitting problem after problem. If you have any more tips on what to watch out for, I'd love to hear it Thanks again, John Quote Link to comment Share on other sites More sharing options...
neoRiley Posted January 25, 2014 Share Posted January 25, 2014 @Dad72 - any chance I could get you to send me your copy of the exe? Shouldn't it just work here for me? Thanks for your patience and time, I really appreciate it, John Quote Link to comment Share on other sites More sharing options...
Dad72 Posted January 25, 2014 Share Posted January 25, 2014 I have this problem also with Collada. but you should be able to compile when same. Quote Link to comment Share on other sites More sharing options...
neoRiley Posted January 25, 2014 Share Posted January 25, 2014 Could someone please post the exe?? I'm running into errors on the compile with VS, and I don't have the time or the knowledge to chase down what might be causing this. I think this is asking a bit much of someone wanting to use Babylon, honestly - Any chance one of the owners/contributors could post a link for down load or even add it to the repo?? Thanks for the help Dad72, I appreciate it Quote Link to comment Share on other sites More sharing options...
Dad72 Posted January 25, 2014 Share Posted January 25, 2014 The link: Convertisseur.zip Quote Link to comment Share on other sites More sharing options...
neoRiley Posted January 25, 2014 Share Posted January 25, 2014 Thanks very much Dad72, I really appreciate your help, John Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.