Fixed indentation

This commit is contained in:
Simone Barbieri 2020-07-16 14:17:33 +01:00
parent 21df2093d5
commit 8aed10d1b5

View file

@ -223,7 +223,7 @@ class BlendLayoutLoader(plugin.AssetLoader):
for obj in objects:
if obj.type == 'ARMATURE':
if obj.animation_data and obj.animation_data.action:
actions[obj.name] = obj.animation_data.action
actions[obj.name] = obj.animation_data.action
self._remove(objects, obj_container)