Jan
23
Hi , i’m trying to set default value for the write node in 6.2, so it will output -> a .mov file, codec: apple prores 422, 25fps.
These codes (menu.py) below usually works fine in 6.1 but not anymore in 6.2 :
nuke.knobDefault(‘Write.codec’,’Apple ProRes 422 (HQ)’) # apple prores
nuke.knobDefault("Write.file_type","mov")
nuke.knobDefault("Write.codec","apch")
nuke.knobDefault("Write.fps", ’25’)
anyone have any solution ?
thanx
Post a Comment