takeinclude
command
Includes parameters in or removes parameters from the current take.
Replaced by: hou.Take
Usages
-
takeinclude [-u] [-d] [-r] [-b] [-q] node [parm1 ...]
This command has similar usage to the opparm command. You can use wildcards in the parameter list.
Tip
You can specify the current take with the takeset command.
Options
|
|
(Undefine) removes the listed parameters from the take rather than including them. |
|
|
Include/exclude the display flag in the take. |
|
|
Include/exclude the render flag in the take. |
|
|
Include/exclude the bypass flag in the take. |
|
|
(Quiet) do not print information. |
Examples
takeinclude /obj/geo1 t r s
Include the t, r and s parameters for geo1 in the current take.
takeinclude /obj/geo1 *
Include all parameters from geo1 in the current take.
takeinclude -r /obj/geo1Include the render flag of geo1 in the current take.
takeinclude -u -d /obj/geo1Remove the display flag for geo1 from the current take.