More PEP8 compliance

This commit is contained in:
Simone Barbieri 2020-03-20 16:46:45 +00:00
parent a3d025f784
commit 40cf778f10
7 changed files with 16 additions and 13 deletions

View file

@ -175,7 +175,7 @@ class BlendActionLoader(pype.blender.plugin.AssetLoader):
strips = []
for obj in collection_metadata["objects"]:
# Get all the strips that use the action
arm_objs = [
arm for arm in bpy.data.objects if arm.type == 'ARMATURE']