Nuke: refactor collect slates

This commit is contained in:
Jakub Jezek 2022-10-08 21:53:34 +02:00
parent 0e3a8ffb82
commit ef27fc4cf2
No known key found for this signature in database
GPG key ID: 730D7C02726179A7

View file

@ -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)