Skip to content

Commit 2868ca3

Browse files
committed
Blender Exporter: Missmatch of embed geometry names.
This is the bug I started the day with. And I kept finding other issues on the way. I think it's now fixed, but this made me realise how convoluted this exporter is :(
1 parent 4e37a19 commit 2868ca3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/exporters/blender/2.65/scripts/addons/io_mesh_threejs/export_threejs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2353,7 +2353,7 @@ def save(operator, context, filepath = "",
23532353
option_animation_skeletal,
23542354
option_frame_step)
23552355

2356-
embeds[name] = model_string
2356+
embeds[object.data.name] = model_string
23572357

23582358
else:
23592359

0 commit comments

Comments
 (0)