Views:24,616 |
||
Updated:May 18, 2006 |
Readership Level:Intermediate |
|
Tags: |
||
Nuke Versions:
|
Platforms:irix, linux, windows |
|
Owner: |
Language:English |
|
examples:

Reading knob values
To print info into the shell use "puts". This is Tcl's print command.
You will have to use square brackets to tell Tcl to evaluate the knob
command first and then use the result for the puts command:
puts [knob Blur1.size]

Comments
Write a Comment