I have set an internal Read to Error when missing frames to drive a disable toggle.
However, the Error warning on the outside will scare a lot of people when opening the script.
Sneak peek Nuke v.6.3
Posted in: NUKE from The Foundrythe shot dollys toward the character, then moves past her, rotating around her while panning up and tilting down to keep her in the center of the frame. I am getting a decent motion track in nuke, but i have no idea how i am going to put the fume solution in.
my instinct is to find a way to duplicate the camera data from nuke into max, render my frames then recomposite it back in. i know that nuke won’t accept the fluid solution data from fume, so i am really at a loss here.
Python Button, and path
Posted in: NUKE from The FoundrySo, I try to create a python button to save comps into a specific location.
This location is a value created into a NoOp.
Example:
NoOp1 contain 1 input text field, and 1 Filename… field.
Filename field name 01: projectpath
Input text field name 02: shotname
Value into projectpath: C:/Test/
Value into shotname: Sh0010
NoOp2 contain a python button with this script:
nuke.scriptSaveAs(nuke.knob("NoOp1.projectpath"))
My problem is:
I would like to add the projectpath value and the shotname value, to have this:
C:/Test/Sh0010/test.nk
I can’t find a way to add this two values into the button.
That’s what I have now:
nuke.scriptSaveAs(nuke.knob("NoOp1.projectpath")+("NoOp1.shotname")+("test.nk"))
But of course the result is a .nk file named: NoOp1.ShotName.nk, into C:/Test/
Someone can help me?
Thx in advance,
Have a nice we 🙂
has anyone already got this set up. There´s an older videotutorial for nuke4.7 by hugo guerra (thanks for that) but this workaround doesn´t work with Nuke 6 for some reason.
it seems like qmaster doesn´t know what to do with the nuke renderer. the commands to launch nuke and the right script works perfectly but then the renderer just does not start. any ideas ?
best
Lois
Mystique from x-man
Posted in: NUKE from The FoundryI was wondering how the teleportation of x-man mystique was made..
the green screen shooting and integrating the right angle with the final footage – (maybe 3d environment in nuke with 3d camera track?)..
Not the actual effect i mean that should be simply compositing.. but whats puzzling me is the shooting tehcniques and making everything into one scene. I have never made anything like this before but i wanna take the challenge and make a fight scene about 20-30 sec long.
Any suggestions.. maybe where i can look for
Thanks
[.lnk] How to in windows?
Posted in: NUKE from The FoundryI can’t find answers for my question, I have a folder shortcut in windows.
I would like to read an image into this shorcut from nuke, but it read the shortcut "RENDER3D.lnk", instead of "RENDER3D"…
Is it possible for Nuke to read a windows shortcut correctly?
Thx a lot,
Have a nice day
I am trying to setup a random function that will activate if a button is checked, if the button is not checked, I want it to use whatever value the slider is currently set at.
The problem I’m running into is that once I plug an expression in, the slider is then setup to keyframe and if I decide to turn the randomness off, I could have tons of unnecessary keyframes.
I have a switch node setup with 10 inputs and am trying to randomize the output.
Any advice?
Thank you.
Craig
randomSelection==true?floor(random(1,10,frame)*10) ):which
I have a couple of gizmo’s that have a python script button, so when you click the button – its runs the script contained within the button.
no problems there
Is there a way to run a script when the node is created, so you dont have to press the button?
thanks
M