mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
nuke: extract review data mov read node with expression
This commit is contained in:
parent
b8997c5ae4
commit
3d7479b65e
1 changed files with 5 additions and 0 deletions
|
|
@ -869,6 +869,11 @@ class ExporterReviewMov(ExporterReview):
|
|||
r_node["origlast"].setValue(self.last_frame)
|
||||
r_node["colorspace"].setValue(self.write_colorspace)
|
||||
|
||||
# do not rely on defaults, set explicitly
|
||||
# to be sure it is set correctly
|
||||
r_node["frame_mode"].setValue("expression")
|
||||
r_node["frame"].setValue("")
|
||||
|
||||
if read_raw:
|
||||
r_node["raw"].setValue(1)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue