Moguri / BlenderPanda

Blender addon for integrating Panda3D
MIT License
76 stars 11 forks source link

Exporting models crashes #26

Closed bkeys closed 7 years ago

bkeys commented 7 years ago

Traceback (most recent call last): File "/home/bkeys/.config/blender/2.78/scripts/addons/BlenderPanda/converter.py", line 678, in converter.update(gltf_data, writing_bam=True) File "/home/bkeys/.config/blender/2.78/scripts/addons/BlenderPanda/converter.py", line 48, in update self.load_mesh(meshid, gltf_mesh, gltf_data) File "/home/bkeys/.config/blender/2.78/scripts/addons/BlenderPanda/converter.py", line 559, in load_mesh iacc = gltf_data['accessors'][iacc_name] KeyError: u'accessor_buffer_Mesh.057_4'

bkeys commented 7 years ago

http://pasteall.org/blend/index.php?id=46335 Here is a model to replicate the issue with

Moguri commented 7 years ago

The model is exporting for me with the latest version of BlenderPanda, so I'm closing this report. If there are still issues, feel free to re-open the issue.