takeadd
command
Creates a new take.
Replaced by: hou.Take
Usages
-
takeadd [-i] [-v] [-c] [-p parent_take] [name]
Options
|
|
Insert the take between the parent and its child takes (becomes the new parent of the child takes). |
|
|
Verbose: print the name of the take created. |
|
|
Change to the new take after it is created. |
|
|
The parent of the new take. If you do not specify a parent, the new take becomes a child of the current take. |
|
|
Short name for the take. This name cannot contain spaces. If you do not specify a name, Houdini will create a generic name from the default basename and a number (for example, “take5”). You can rename a take, or set the default basename, with the takename command. |
Examples
takeadd -c -i -p hipInserts a take between the hip take and all its children, and automatically switch to that take.