fix(nuke): missing arguments to data imprint

This commit is contained in:
Jakub Jezek 2020-10-05 13:48:48 +02:00
parent b6388d3784
commit dc81f5dfac
No known key found for this signature in database
GPG key ID: C4B96E101D2A47F3

View file

@ -110,7 +110,8 @@ class AlembicCameraLoader(api.Loader):
# add additional metadata from the version to imprint to Avalon knob
add_keys = ["source", "author", "fps"]
data_imprint = {"frameStart": first,
data_imprint = {"representation": str(representation["_id"]),
"frameStart": first,
"frameEnd": last,
"version": vname,
"objectName": object_name}