Hi. I have a problem: I want all my new Nuke projects to have the same settings. Where can I set them? Or maybe I can set them in menu.tcl? Where are they described? Thanks=) I'm using Nuke 4.5.14
it's all in the user guide. have a look at pages 146/147 onwards and you will find plenty of info about how to set up the menu.tcl properly.
Thanks. I found it. I just edited formats.tcl(there was nothing about it in the User Guide). Now I'm trying to find where to set the default framerate-) anyway, thanks a lot for your answer=)
the formats.tcl is just loaded from the menu.tcl.you could put the format definitions straight into the menu.tcl if you wanted to.
you can set the default frame rate with a line like this:knob_default root.fps 25
It works, thanks a lot=)