mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 05:14:40 +01:00
fix(nk): adding handles to instance data
This commit is contained in:
parent
3a3774c3ba
commit
6f545cec66
1 changed files with 2 additions and 1 deletions
|
|
@ -111,7 +111,8 @@ class CollectNukeWrites(pyblish.api.InstancePlugin):
|
|||
"outputDir": output_dir,
|
||||
"ext": ext,
|
||||
"label": label,
|
||||
"handles": handles,
|
||||
"handleStart": handle_start,
|
||||
"handleEnd": handle_end,
|
||||
"frameStart": first_frame,
|
||||
"frameEnd": last_frame,
|
||||
"outputType": output_type,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue