defold-blender-export
defold-blender-export copied to clipboard
A blender import/export system for Defold
Error
OS: MacOS Ventura Hi, I am trying to export a demo monkey but get error on line 346 in init `subprocess.check_output([luajit_cmd, dirpath, os.path.abspath(dir)])`.
The current sync tool adds a root node with a rotational transform to get the Blender world space into the Defold world space. The problem with applying a complete transform...
The lighting in Simple PBR is essentially the same as the Defold default model lighting - very rudimentary. It is intended that up to 4 dynamic lights are supported. With...
The current animation export is messy and can be difficult to get right with multiple animations within a scene. The goal is: - Output meshes individually. And identify animated meshes....