mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
Nuke: refactor collect slates
This commit is contained in:
parent
0e3a8ffb82
commit
ef27fc4cf2
1 changed files with 1 additions and 1 deletions
|
|
@ -9,7 +9,7 @@ class CollectSlate(pyblish.api.InstancePlugin):
|
|||
order = pyblish.api.CollectorOrder + 0.09
|
||||
label = "Collect Slate Node"
|
||||
hosts = ["nuke"]
|
||||
families = ["render", "render.local", "render.farm"]
|
||||
families = ["render"]
|
||||
|
||||
def process(self, instance):
|
||||
node = napi.get_instance_node(instance)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue