Houdini 11 HScript commands

Adds display options to all viewers.

Usages

  1. viewoptadd [-v] [-r] type [name] [name2 ...]

With no arguments, the command prints a list of option types.

If you specify a type, the command adds a display option of that type with a generic name.

If you specify names, the command creates display options with the given names.

Options

-r

Replace any existing option with the same name. This option cannot be used when no names are specified.

-v

Prints the name of the created option.

Examples

viewoptadd vector vector_option
Creates a vector display option called “vector_option”

On this page

Related topics