Changing project settings with python script
by Sasha Marks
on
Oct 2, 2009 at 12:23:58 am
Hello people, I was wondering if anyone knows how to access the Nuke project settings from within a python script? I specifically want to change the frame start and end settings, based on the available frames in the read node.
Any ideas?
Also does anyone have (or know where to get) any good reference for the Nuke API's available to python scripts?
Re: Changing project settings with python script by Sasha Marks on Oct 2, 2009 at 4:18:47 am
Thanks for the tip Pete, I'll give that a go. Do you know if there is anywhere where I can find a list of all the parameters for different objects? e.g. settings tab name and its values etc? Is there an online resource for this or pdf or something?
But having trouble figuring out how to copy these values to root frame range...should I be using nuke.Root.firstFrame()? or am I barking up wrong tree?