Custom Radial node - Add knob to control your radial node easier.
Custom Radial node
Updated: 7 October 2015
Author: clay
Compatible Nuke versions: 7.0 or later
Compatibility: Linux, Mac, Windows
The Radial Node is a tool to create a basic circle or ellipse shape. The only problem is that we can only control the shape by modifying the bounding box handle. This script will add couple new knobs so we can control the radial by its radius and center.
Tutorial Video :
https://www.youtube.com/watch?v=8GLtvKe5J4M
Subscribe to my youtube channel, more videos are coming soon.
Check out my other videos/gizmos here :
http://community.thefoundry.co.uk/discussion/topic.aspx?f=189&t=115732
Installation :
1. Open zip file. There are 3 files : claystudiofx.py , cradial.py, claystudiofx.png
2. Copy all files into nuke application folder or any folder that nuke can read. If you already have the claystudiofx.py in your nuke folder then DO NOT replace that file. Just copy the content of the new claystudiofx.py and add it into your old claystudiofx.py
3. Add this line into your menu.py :
nuke.load ('claystudiofx.py')
4. Start or Restart Nuke
5. You can access this radial from menu/draw or menu/claystudiofx/draw
6. Have fun ~
~claystudiofx~