mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-26 22:02:15 +01:00
Fixed indentation
This commit is contained in:
parent
21df2093d5
commit
8aed10d1b5
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue