nuke: extract review data mov read node with expression

This commit is contained in:
Jakub Jezek 2023-09-19 15:43:26 +02:00
parent b8997c5ae4
commit 3d7479b65e
No known key found for this signature in database
GPG key ID: 730D7C02726179A7

View file

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