Missing armature bug fix
This commit is contained in:
parent
48aabaf8d4
commit
9981b64d60
|
@ -30,6 +30,7 @@ def gather_models(apply_modifiers: bool, export_target: str, skeleton_only: bool
|
|||
# Pure bones are just bones and after all objects are explored the only
|
||||
# entries remaining in this dict will be bones without geometry.
|
||||
pure_bones_from_armature = {}
|
||||
armature_found = None
|
||||
|
||||
objects_to_export = select_objects(export_target)
|
||||
|
||||
|
|
Loading…
Reference in New Issue