Posts Tagged nuke
Archives
November 1, 2023 by Chris Glew
Farm Safe Node
Have a node that’s causing you issues on the farm (like Neat Video) but you want to keep it without saving various versions of your script? You got it! With ‘Farm Safe Node’ you can turn your troublesome node into a small NoOp that can be restored back to it’s original type with the click […]Archives
October 27, 2023 by Chris Glew
Tiny Python Scripts
This post became too long and very uninteresting to look at, so I moved it hereArchives
June 20, 2017 by Chris Glew
Bo(keh) Selecta! V3
A quick and easy Bokeh Shape input. Simply plug it into your favorite defocus Node, (including Convolve) and away you go. Unzip bokehSelecta.zip under your local .nuke folder (please keep the folder structure as is, must be .nuke/python/ to work). Regardless of OS, the script will place the bokeh asset in the folder your Nuke […]Archives
February 14, 2017 by Chris Glew
Random Wave Curve with a Sub Random Wave Curve
For even more randomness I made a simple Group based gizmo that generates a random curve that has another random curve based on that. Controls are self explanatory, feel free to adjust the minimum and maximum values. Simply link the Wavelength of subWave panels to what you want randomised (grade, opacity, noise, whatever!) and enjoy! […]Archives
October 10, 2014 by Chris Glew
Tiny Python Scripts
Here is an ever expanding collection of small yet useful Python scripts for Nuke: Show all Plugin Paths 1 nuke.pluginPath()nuke.pluginPath() Random Card X Pos 1 2 3 4 5 6 7 import nuke import random for i in nuke.selectedNodes('Card2'): p = i['translate'].getValue() p = p[2] t = [random.randint(1,101),0,p] i['translate'].setValue(t)import nuke import random for i in […]Archives
July 3, 2014 by Chris Glew
Vray Normal Refraction Gizmo
This is a very simple to use gizmo that takes a Vray normal map and uses it to distort an image. There is a tutorial on how to use it on my Tutorials page here Download and install the gizmo, and place this .pngĀ into your nuke/plugins/icon folder for the super cool In Nuke icon. Very […]Archives
July 3, 2014 by Chris Glew
Refract to the Future
This is a short tutorial on how to use my Refract to the Future script. it’s very easy to use and probably doesn’t require a tutorial at all, but here it is anyway. This script is designed to use a Vray Normal map to create a refraction like effect. I’ve not tested it on other […]Archives
April 16, 2013 by Chris Glew