[Nuke-users] Re: multiple write node frame ranges

2012-06-26 Thread Mohamed Selim
If you've already specified the frame range you want in each write node then simply change the 1-1 in your render globals to a range that includes all the frames in your write nodes. Then nuke will automatically render only the specified frames within that range. for example: write1: 2-5

[Nuke-users] viewer process default setting

2012-06-26 Thread dennis
I have a custom LUT that I would like to have set as the default in the viewer when I start Nuke.I have tested the LUT and it is working but cannot figure how to change the default from sRGB to MyLUT as a default.Would someone out there be willing to point me in the right direction?thanks for your

Re: [Nuke-users] viewer process default setting

2012-06-26 Thread Johannes Hezer
Hey dennis, I think sth. like this should get you there.. dont know if it works ... def lut(): x=nuke.thisNode() x[viewerProcess].setValue(mylut) nuke.addOnCreate(lut,nodeClass='Viewer') http://docs.thefoundry.co.uk/nuke/63/pythondevguide/callbacks.html?highlight=addoncreate here is more

Re: [Nuke-users] viewer process default setting

2012-06-26 Thread dennis
Thank you for the replyI put that in the menu.py and it had not effect.When Nuke starts the viewer process is still set to sRGB.Any other ideas?dennis-Original Message- From: Johannes Hezer Sent: Jun 26, 2012 1:01 PM To: nuke-users@support.thefoundry.co.uk

[Nuke-users] Extending TAB quick search box size

2012-06-26 Thread mattdleonard
HI, I was wondering if it's possible to extend the TAB quick search box so that it's weight is longer. I'm finding that some of my customer gizmo names are getting cut off and having the search area 50% longer would really help. Any ideas? Matt Sphere VFX Ltd 3D .

Re: [Nuke-users] viewer process default setting

2012-06-26 Thread Johannes Hezer
def lut(): x=nuke.thisNode() x[viewerProcess].setValue(None) nuke.addOnCreate(lut,nodeClass='Viewer') hmm I gave it a try with None and it does do the job... the two lines after def have to have four spaces and the fourth line no spaces like def... it looks like this got shredded in the last

Re: [Nuke-users] viewer process default setting

2012-06-26 Thread dennis
Will try that and let you know.thanks,dennis-Original Message- From: Johannes Hezer Sent: Jun 26, 2012 1:59 PM To: nuke-users@support.thefoundry.co.uk Subject: Re: [Nuke-users] viewer process default setting def lut():

Re: [Nuke-users] viewer process default setting

2012-06-26 Thread Johannes Hezer
wahh this looks wrong again http://pastebin.com/HWh9PDBi -sry I cant control my email client... Am 6/26/12 8:59 PM, schrieb Johannes Hezer: def lut(): x=nuke.thisNode() x[viewerProcess].setValue(None) nuke.addOnCreate(lut,nodeClass='Viewer') hmm I gave it a try with None and it does do

Re: [Nuke-users] viewer process default setting

2012-06-26 Thread dennis
Yea, that worked.Thank you very much,dennis -Original Message- From: Johannes Hezer Sent: Jun 26, 2012 2:04 PM To: nuke-users@support.thefoundry.co.uk Subject: Re: [Nuke-users] viewer process default setting wahh this looks wrong again

[Nuke-users] Re: PTGui distortion model

2012-06-26 Thread Mohamed Selim
Maybe this can help http://www.nukepedia.com/written-tutorials/the-lens-distortion-model-in-the-card-node-explained/ Mohamed Selim Nuke Compositor Cairo, Egypt www.mselim.com ___ Nuke-users mailing list