mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 21:32:15 +01:00
fix(nuke): reading instance node from write and not group
This commit is contained in:
parent
1912db46b8
commit
ad407fed68
1 changed files with 1 additions and 1 deletions
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue