May
03
Script error
Posted in: NUKE from The FoundryHi
I want all the read nodes(scans which starts like xxxxx and ends at yyyyy) in my script to start at 1. i have written a script as below
nuke.knobDefault("Read.frame_mode", "startat")
nuke.knobDefault("Read.frame","1")
I want all the read nodes(scans which starts like xxxxx and ends at yyyyy) in my script to start at 1. i have written a script as below
nuke.knobDefault("Read.frame_mode", "startat")
nuke.knobDefault("Read.frame","1")
but i am getting error.
the frame range and original frame range also changes to 1…
where i went wrong please help me
thanks in advance
Post a Comment