Nuke and Tcl - basics I
Tutorial by frank rueter
|
|
|
|
 |
 |
 |
Updated:
05/18/06
Works on:
   Nuke Versions:
4.x
Readership Level:
Basic
Owner:
rueter
Author Name: frank rueter
|
|
 |
 |
 |
|
 |
 |
 |
Nuke and Tcl - basics I
Creating
nodes
To
create a node simply type it's class and hit enter.
create a blur
node:
Blur
create the
node without opening it's control panel:
Blur {}
create the
node without opening it's control panel but make it selected:
Blur -New

create the node and assign a few values.
syntax: { etc...}
example: Blur
{name "NewBlur" size 10}

Sometimes a node's name in
the menu is different from it's class. The Transform node for example
is just called "2D" in the menu but it's class is
"Transform".If you're not sure about a node's class
simply check it's main tab in the parameter panel.

.
Continue Tutorial: 1 2 3 4 
|
|
 |
 |
 |
|
Related Learning Tools
Nuke Related DVDs
No Results. |
Nuke Related Books

The Art and Science of Digital Compositing |
Global DVDs

Shake: Tracking and Transforms |
 |
 |
 |
|
Top Rated Nuke Tutorials
Related Tips
Warning: mysql_result() [ function.mysql-result]: Unable to jump to row 0 on MySQL result index 36 in /var/www/inc/fx_functions2.php on line 759
No Results to Display
More Tutorials by rueter
|
|
 |
 |
 |
|

|
|