fix(nks): wrong name of attribute

This commit is contained in:
Jakub Jezek 2019-07-09 14:45:50 +02:00
parent 5ae6947ab1
commit b15449837a

View file

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