09th / YABEE

Export models from the Blender to Panda3D game engine
MIT License
107 stars 39 forks source link

Export results in traceback/error (revision 4493206b987e3813862c924aab339e4a67e232d7) #17

Closed ghost closed 9 years ago

ghost commented 9 years ago

I just tried to export a model (link below), and this is the error I get on the console:

e:~$ blender
connect failed: No such file or directory
read blend: /home/e/Develop/3dhorror/gfx/part1.blend

This is the model causing the error for me: < dead link > blender 2.72 on Ubuntu 15.04 x86_64 with the egg tools from recent panda3d master revision

ghost commented 9 years ago

Replacing all occurances of USED_TEXTURES in yabee_libs/egg_writer.py with used_textures seems to fix it. (I guess the other way round would also work)

ghost commented 9 years ago

Sorry the replacing above makes it not error but doesn't actually work: I get all white textures.

I went back to 2343369ccb84d52590fc03be714c0e812a653772 now since that one still works.

09th commented 9 years ago

Ok, fix pushed, try it plz.