09th / YABEE

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

Space character in shape key name breaks export #2

Closed ghost closed 9 years ago

ghost commented 10 years ago

Space characters in shape key names break the export (while blender seems to consider them perfectly valid) - at least if the instant preview is enabled since the panda previewer will fail to load the model again due to a syntax error in the egg file.

The exporter should either figure out how to embed space characters in shape key names properly, or if really not possible then at least display a verbose error with instructions to change the shape key name and abort cleanly.

09th commented 9 years ago

Fixed by someone, as i see