Compatibilty problems.
Posted by:
VisitorG (IP Logged)
Date: June 11, 2008 08:33PM
Hi,
I m a Sandy3D User (an actionscript library for real time 3D on your flash appliquation).
Well, I don't know yet if Sandy 3D will successfully parse the dae file, but I first have to success export one from Blender.
I have tried a few combinaison, but I can't seem to find the good one bitween Blender, Python, and the Collada exporter.
I keep getting this:
FEEDBACK: Illusoft Collada 1.4 Plugin v0.3.159 started
Traceback (most recent call last):
File "C:\Program Files\Blender Foundation\Blender\.blender\scripts\bpymodules\colladaImEx\cstartup.py", line 609, in ButtonEvent
transl = translator.Translator(doImport,__version__,debug,fileName, useTriangles, usePolygons, bakeMatrices, exportSelection, newScene, clearScene, lookAt, usePhysics, exportCurrentScene, exportRelativePaths, useUV, sampleAnimation, onlyMainScene)
File "C:\Program Files\Blender Foundation\Blender\.blender\scripts\bpymodules\colladaImEx\translator.py", line 63, in __init__
self.__Export(fileName)
File "C:\Program Files\Blender Foundation\Blender\.blender\scripts\bpymodules\colladaImEx\translator.py", line 71, in __Export
documentTranslator.Export(filename)
File "C:\Program Files\Blender Foundation\Blender\.blender\scripts\bpymodules\colladaImEx\translator.py", line 346, in Export
scenesList = sceneGraph.SaveToDae(bScene)
File "C:\Program Files\Blender Foundation\Blender\.blender\scripts\bpymodules\colladaImEx\translator.py", line 488, in SaveToDae
for node in bScene.objects:
AttributeError: objects
v0.3.153 gives me the same result.
Well, I don't really care about the bug, but I'm sure some of you can export a simple mesh.
Could you please tell me what version of each element you are using?