mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 13:24:54 +01:00
Merge remote-tracking branch 'origin/feature/nuke-slate-prerender' into master-testing-local
This commit is contained in:
commit
d3ceff0bb6
2 changed files with 5 additions and 0 deletions
|
|
@ -1510,6 +1510,9 @@ class ExporterReviewMov(ExporterReview):
|
|||
self.log.debug("Path: {}".format(self.path))
|
||||
write_node["file"].setValue(self.path)
|
||||
write_node["file_type"].setValue(self.ext)
|
||||
write_node["meta_codec"].setValue("ap4h")
|
||||
write_node["mov64_codec"].setValue("ap4h")
|
||||
write_node["mov64_write_timecode"].setValue(1)
|
||||
write_node["raw"].setValue(1)
|
||||
# connect
|
||||
write_node.setInput(0, self.previous_node)
|
||||
|
|
|
|||
2
setup/nuke/nuke_path/init.py
Normal file
2
setup/nuke/nuke_path/init.py
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
# default write mov
|
||||
nuke.knobDefault('Write.mov.colorspace', 'sRGB')
|
||||
Loading…
Add table
Add a link
Reference in a new issue