Huge collection of Python and TCL snippets to use inside Nuke
Python and TCL - Tips and Tricks
Updated: 20 October 2019
Author: [email protected]
Compatible Nuke versions: 7.1 or later
Compatibility: Linux, Mac, Windows
In this Gizmo you will find out some tips and tricks that I've wrote and picked up from other websites about Python and TCL.
It's a Guide by categories to read directly in Nuke, really useful for all the Nuke Artists.
Check out the complete guide even here: http://www.andreageremia.it/tutorial_python_tcl.html
Sections of the Guide:
- 00. PYTHON AND TCL OVERVIEW
- 01. CREATE NODE
- 02. SELECT NODE
- 03. CONNECT NODES
- 04. READ FROM A KNOB
- 05. WRITE INTO A KNOB
- 06. CREATE A NEW KNOB
- 07. ANIMATION AND CURVE
- 08. EXPRESSIONS
- 09. MATH FUNCTIONS AND WAVE GENERATOR
- 10. FUNCTIONS DEF()
- 11. CALLBACKS
- 12. CUSTOMS PANELS
- 13. TRICKS
Please, load the Gizmo and select the category
You automatically will see:
- Python code and examples
- TCL code and examples
- some helpful websites if you want to deepen the subject
Create StickyNotes with the relative button! It will be easier to read the notes ;)
v 1.1
+ Fixed error with the knobChanged function
+ Added button to go directly to the Tutorial