Missing armature bug fix

This commit is contained in:
William Herald Snyder 2022-10-01 15:17:02 -04:00
parent 48aabaf8d4
commit 9981b64d60
1 changed files with 1 additions and 0 deletions

View File

@ -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)