Skip to content

Commit

Permalink
plugin - shared armatures todos
Browse files Browse the repository at this point in the history
  • Loading branch information
HENDRIX-ZT2 committed Dec 17, 2023
1 parent 9f549f6 commit 7df4f87
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions plugin/modules_import/armature.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ def import_armature(scene, model_info, b_bone_names):
bone_info = model_info.bone_info
# logging.debug(bone_info)
if bone_info:
# todo - to make real use of this, everything should move into one scene
# todo - export with same logic
if bone_info.name in bpy.data.objects:
armature_ob = bpy.data.objects[bone_info.name]
return armature_ob
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
13db8f2eb - Sat Dec 16 14:00:56 2023 +0100
9f549f626 - Sun Dec 17 15:42:24 2023 +0100

0 comments on commit 7df4f87

Please sign in to comment.