chautoscope command
Changes autoscope property of parameters (automatically scope when object is selected).
Replaced by: hou.Parm, hou.ParmTuple
See also: chlock
Usages
-
chautoscope node_path [+|-]parameter ... -
chautoscope -d [-u] node_path [parameter] ...
This command can be used turn autoscoping on or off for parameters. Prefix the parameter pattern with a + to turn autoscope on for the parameter, or - to turn it off for the parameter.
Options
|
|
Prints the chautoscope command for the given parameters. If no parameters are given, prints the chautoscope command for the entire node. |
|
|
Normally, the -d option with no parameters given will print the parameters with the autoscope flag set. This option prints the parameters with the flag unset. It is only valid with the -d option and no parameters specified. |
|
|
Quiet mode suppresses error and warning messages. |
Examples
chautoscope /obj/model +t?
Turn autoscope on for all translate parameters on the /obj/model object.
chautoscope /obj/model +rx +ry
Turn autoscope on for the rx and ry parameters on the /obj/model object.
chautoscope /obj/model -r?Turn autoscope off for all the rotate parameters in the /obj/model object.
chautoscope /obj/model -*
Turn autoscope off for all parameters in the /obj/model object.
chautoscope -d /obj/modelPrints the chautoscope command for /obj/model.