mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 08:24:53 +01:00
fix(nuke): missing arguments to data imprint
This commit is contained in:
parent
b6388d3784
commit
dc81f5dfac
1 changed files with 2 additions and 1 deletions
|
|
@ -110,7 +110,8 @@ class AlembicCameraLoader(api.Loader):
|
||||||
# add additional metadata from the version to imprint to Avalon knob
|
# add additional metadata from the version to imprint to Avalon knob
|
||||||
add_keys = ["source", "author", "fps"]
|
add_keys = ["source", "author", "fps"]
|
||||||
|
|
||||||
data_imprint = {"frameStart": first,
|
data_imprint = {"representation": str(representation["_id"]),
|
||||||
|
"frameStart": first,
|
||||||
"frameEnd": last,
|
"frameEnd": last,
|
||||||
"version": vname,
|
"version": vname,
|
||||||
"objectName": object_name}
|
"objectName": object_name}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue