Your search for Hiram Gifford returned 11 results.
Search
MaskBuddy
Contributed by hgifford
Create multiple 3D masks via Position/Pref & Normal data, with a variety of shapes
CardBuddy
Contributed by hgifford
Place 3D cards in world position, and generate holdouts quickly, without using nukes 3D viewer
MagicSwitch
Contributed by hgifford
An experimental switch node for Nuke that disconnects/reconnects completely when used
DepthBuddy
Contributed by hgifford
Create 3D ramps in any direction with Depth/Z & Position/Pref data
RenderSwitch
Contributed by hgifford
A custom switch node for Nuke that changes inputs when rendering
AnimBuddy
Contributed by hgifford
Generate animated curves based on Random, Sine, Sawtooth, and many other types of mathematical patterns
ReflectionBuddy
Contributed by hgifford
The ReflectionBuddy is used to project 2D images onto Normals, or NRef data, without the need for geo exports
BuddySystem
Contributed by hgifford
BuddySystem is a free suite of Nuke tools & scripts, designed to assist with some of the most common tasks a compositor runs into everyday
ProjectionBuddy
Contributed by hgifford
Project images into World Position/Pref to replace textures, screens or create complex masks
Write nodes filename from topmost read
if you need your output file named exactly like your input file then use a little TCL expression in the file knob of the write node
suggestion your filename convention is like: //path/to/file/filename.pattern.ext
then:
[lindex [split [lindex [split [knob [topnode].file] .] 0] /] end]
will give you back just the "filename" part of the original read node
if you want…
User Manual
Installing nuBridge
Unzip the downloaded zip file
e.g.: /Users/frank/.nuke/nuBridge_osx64_v1.0.0
Add the resulting path to your NUKE_PATH or use the <HOME_DIR>/.nuke/init.py file to add it, e.g.:
e.g.: nuke.pluginAddPath('/Users/frank/.nuke/nuBridge_osx64_v1.0.0')
After (re)starting Nuke the nuBridge will be accessible via the Help menu, or as a custom pane via the Pane menu.…