Hi,I am new to Nuke(Python).How to fix fps in python.I tried with this nuke.knobDefault('Root.fps',pal). But its not working.
Thanks.
have you tried nuke.knobDefault('Root.fps','25')
or using a setValue intead ?