fix(nuke): reading instance node from write and not group

This commit is contained in:
Jakub Jezek 2019-08-02 18:49:26 +02:00
parent 1912db46b8
commit ad407fed68

View file

@ -29,7 +29,7 @@ class NukeSubmitDeadline(pyblish.api.InstancePlugin):
# root = nuke.root()
# node_subset_name = instance.data.get("name", None)
node = instance[0]
node = instance[1]
DEADLINE_REST_URL = os.environ.get("DEADLINE_REST_URL",
"http://localhost:8082")