takeinclude command

Includes parameters in or removes parameters from the current take.

Replaced by: hou.Take

All Usages Options Examples

See also: opparm, takeset

Usages

  1. 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

-u

(Undefine) removes the listed parameters from the take rather than including them.

-d

Include/exclude the display flag in the take.

-r

Include/exclude the render flag in the take.

-b

Include/exclude the bypass flag in the take.

-q

(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/geo1
Include the render flag of geo1 in the current take.

takeinclude -u -d /obj/geo1
Remove the display flag for geo1 from the current take.