fix(nk): adding handles to instance data

This commit is contained in:
Jakub Jezek 2020-02-28 17:42:14 +01:00
parent 3a3774c3ba
commit 6f545cec66
No known key found for this signature in database
GPG key ID: C4B96E101D2A47F3

View file

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