mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 05:14:40 +01:00
Update openpype/hosts/fusion/plugins/publish/extract_render_local.py
Co-authored-by: Roy Nieterau <roy_nieterau@hotmail.com>
This commit is contained in:
parent
f425a2bf2c
commit
da29890d9b
1 changed files with 1 additions and 1 deletions
|
|
@ -83,7 +83,7 @@ class FusionRenderLocal(
|
|||
# Only active instances
|
||||
instance.data.get("publish", True) and
|
||||
# Only render.local instances
|
||||
"render.local" in instance.data.get("families")
|
||||
"render.local" in instance.data.get("families", [])
|
||||
]
|
||||
|
||||
if key not in context.data:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue