| sopothetocho wrote: |
| Hello
I have installed an ms3d extension and it doesnt work. When I try to import a ms3d file blender crashes, I tried installing the x64 version of blender and it doesnt work either. May be related but when I installed the extension the console said: <¡> Event has invalid window I need it so I can convert a .x model into Autodesk .FBX (Milkshape .FBX exporter doesnt work very well) with animations and everything for a game engine Im using win 7 x64 Blender 2.65a x64 and x32 This is the extension: http://wiki.blender.org/index.php/Extensions:2.6/Py/Scripts/Import-Export/MilkShape3D_MS3D Im using milkshape 1.8.4 like the extensions information says. Unrelated to the extension: I also tried importing the .x file directly with an older version of Blender (2.49b) didnt work either, the result was a blank screen, no model no bones no animations no nothing. Thank you in advance. |
| sopothetocho wrote: |
| Retested the extension: It actually works! it just takes forever to import the model (20min!).
My bad. This thread may be closed now. |
| stiv wrote: |
| The maintainer of the Collada importer just made a fix there that reduced the import time for a big file from 40 minutes to around 40 seconds.
The issue was that a DAG update function was being called for every object add, instead of once at the end. It is possible that something similar is going on here. |
| stiv wrote: |
| The maintainer of the Collada importer just made a fix there that reduced the import time for a big file from 40 minutes to around 40 seconds.
The issue was that a DAG update function was being called for every object add, instead of once at the end. It is possible that something similar is going on here. |