Skip to content

Commit

Permalink
Update openpype/hosts/blender/scripts/build_workfile.py
Browse files Browse the repository at this point in the history
  • Loading branch information
kaamaurice authored and Tilix4 committed Jun 1, 2023
1 parent 66a7ca9 commit 29691af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openpype/hosts/blender/scripts/build_workfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -593,7 +593,7 @@ def build_anim(project_name, asset_name):
container_metadata = container["avalon"]
family = container_metadata.get("family")

if family not in ("rig", "model", "setdress"):
if family not in {"rig", "model", "setdress"}:
continue

# Get version representation
Expand Down

0 comments on commit 29691af

Please sign in to comment.