mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 05:14:40 +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_keys = ["source", "author", "fps"]
|
||||
|
||||
data_imprint = {"frameStart": first,
|
||||
data_imprint = {"representation": str(representation["_id"]),
|
||||
"frameStart": first,
|
||||
"frameEnd": last,
|
||||
"version": vname,
|
||||
"objectName": object_name}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue