mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
fix(nks): wrong name of attribute
This commit is contained in:
parent
5ae6947ab1
commit
b15449837a
1 changed files with 1 additions and 1 deletions
|
|
@ -93,7 +93,7 @@ class CollectReviews(api.InstancePlugin):
|
||||||
# adding representation for review mov
|
# adding representation for review mov
|
||||||
representation = {
|
representation = {
|
||||||
"files": file,
|
"files": file,
|
||||||
"staging_dir": file_dir,
|
"stagingDir": file_dir,
|
||||||
"startFrame": rev_inst.data.get("sourceIn"),
|
"startFrame": rev_inst.data.get("sourceIn"),
|
||||||
"endFrame": rev_inst.data.get("sourceOut"),
|
"endFrame": rev_inst.data.get("sourceOut"),
|
||||||
"step": 1,
|
"step": 1,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue