mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 08:24:53 +01:00
Pep8 compliance
This commit is contained in:
parent
bcd81fa934
commit
85cf9b728e
1 changed files with 1 additions and 3 deletions
|
|
@ -60,8 +60,6 @@ class BlendCameraLoader(pype.hosts.blender.plugin.AssetLoader):
|
|||
avalon_info = obj[blender.pipeline.AVALON_PROPERTY]
|
||||
avalon_info.update({"container_name": container_name})
|
||||
|
||||
|
||||
|
||||
if actions[0] is not None:
|
||||
if obj.animation_data is None:
|
||||
obj.animation_data_create()
|
||||
|
|
@ -192,7 +190,7 @@ class BlendCameraLoader(pype.hosts.blender.plugin.AssetLoader):
|
|||
|
||||
camera = objects[0]
|
||||
|
||||
actions = ( camera.animation_data.action, camera.data.animation_data.action )
|
||||
actions = (camera.animation_data.action, camera.data.animation_data.action)
|
||||
|
||||
self._remove(objects, lib_container)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue