Z channel help?
Posted in: NUKE from The Foundrywhen i import the same file in Fusion its shows the Z gray scale image….
what wrong with me..
when i import the same file in Fusion its shows the Z gray scale image….
what wrong with me..
nuke.scriptOpen (nuke.recentFile (1))
2. Nuke started with my custom script, then it reopening with template.nk
Im having a problem that seems like its got a straight answer but I couldnt find it.
Im sending nuke external information, like [argv 0] which is a filename and a path and put it into a variable ( file = str(‘[argv 0]’) ) but when ever I refer to it it gives back argv 0 and not the content of the string itself.
The read node im passing it to displays [argv 0 ] (and shows the correct picture ) but when I print the node’s property the ‘file’ attribute displays the full path and filename. I need to grab that data.
My leet haxxor python/nuke scripting skills are lacking, I hope there is a quick way to fix it. Any ideas?
THanks!
-theo
I’m writing an expression that will eventually be a button on the tools shelf in Nuke. This is what I have so far:
def VectorBlurToggle():
for node in nuke.allNodes(‘vectorBlurGizmo’):
if node.knob(‘disable’).value() :
node.knob(‘disable’).setValue(0)
else:
node.knob(‘disable’).setValue(1)
But what I want to do is instead of disabling the node entirely, I want to ad the expression $gui so that even if the node is disabled – the node will still render (using the studios rendering software).
Would be awesome if anyone could help me out with this.
Any news on that ? Is it possible now to remap the Pan shortcut ?
For example – MMB for pan
or Space and LMB like in Photoshop
Also Space for Play instead of the L key .
I know about the Menu.py but it seems you cannot change mouse buttons and/or Space key there.
What format is best
1}OBJ. sequence (if so is there a plug-in to exoprt from maya!?
2}FBX
3}Camera moving around geo???
Any help would be greatly appretiated! I would test myself but i thought if any1 has done something similar they could give me heads up!?
Oh and the cube will be replaced with a 3d font!
THANKS NUKERS!!!! :niceone: