Your search for dioslove returned 8 results.
Search
Smart_Dissolve&Smart_Dissolve_Batch
Contributed by han cao
Smart_Dissolve is a little tool that allows you to switch smartvector ref frame and dissolve between them easily.
Morph_Dissolve
Contributed by Erwan Leroy
Allows to morph between two moving plates automatically, or can be used to improve manual Morphs. Inspired by Avid Fluid Morph or Adobe's Morph Cut.
TransformDissolve
Contributed by Frank Rueter
dissolve between two transform nodes
Verbose to super verbose python Trace Debugging
Sometimes, verbose just isn't enough. There are a couple options: 1st level: In your nuke home dir (assuming you haven't changed it, ~/.nuke on OSX and Linux - I don't know Windows), add or modify the init.py file by adding the line: import callbacksTrace This prints out every callback nuke makes.…
Stepping through Nuke python code using Wing IDE: Oooooh, does it work?
Troubleshooting python scripts in Nuke can be painful, especially when you are used to working in Visual Studio using breakpoints and stepping through code. So I was excited when Wing IDE announced that their latest version (4.1.8) supported debugging in Nuke. I downloaded the free trial and gave it a shot.…
Shake to Nuke node guide
This is a reference guide that I wrote in late 2007, and then posted on VFXTalk in about November of that year. As such, it's more based around Nuke 4.8, and I'm sure there's a good amount that probably should be updated.…
Interview with Jonas Kluger
Das Element - We talk to Jonas Kluger, creator of Das Element
Jonas Kluger is the author of “Das Element”, an element library manager specifically targeted toward VFX.
Working with ZDefocus Node in Nuke 7
Part - I The ZDefocus node is a major upgrade to the ZBlur node. The ZDefous node is used to blur an image according to the depth map channel and gives you ability to simulate blur using depth of field. This node splits the input image into layers. All pixels have the same depth value within a layer.…