chadd
command
Adds channels to the objects specified.
Replaced by: hou.Parm
See also: opspare
Usages
-
chadd object name1 [name2 ...] -
chadd -f fstart fend object name1 [name2 ...] -
chadd -t tstart tend object name1 [name2 ...]
Specify the object(s) to add channels to (wildcards such as *, ?, and [] are valid) and the names of the channels to add.
By default, the channels will have a single key at the start of animation. By specifying a frame (or time) range, the initial segment will use the given range.
Options
|
|
The initial segment uses the frame range from fstart to fend. |
|
|
The initial segment uses the time range from tstart to tend. |
Examples
chadd geo* tx ty tz spare1
Add tx, ty, tz, and spare1 channels to all objects matching “geo*”.