mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
Fixed compatibility with old instances
This commit is contained in:
parent
714f66f764
commit
cc82e645c6
1 changed files with 2 additions and 1 deletions
|
|
@ -15,7 +15,7 @@ class CollectBlenderRender(pyblish.api.InstancePlugin):
|
|||
|
||||
order = pyblish.api.CollectorOrder + 0.01
|
||||
hosts = ["blender"]
|
||||
families = ["render.farm"]
|
||||
families = ["render", "render.farm"]
|
||||
label = "Collect Render Layers"
|
||||
sync_workfile_version = False
|
||||
|
||||
|
|
@ -101,6 +101,7 @@ class CollectBlenderRender(pyblish.api.InstancePlugin):
|
|||
expected_files = expected_beauty | expected_aovs
|
||||
|
||||
instance.data.update({
|
||||
"family": "render.farm",
|
||||
"frameStart": frame_start,
|
||||
"frameEnd": frame_end,
|
||||
"frameStartHandle": frame_handle_start,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue