otedit command

Opens a property editor for an operator type.

Replaced by: hou.Node, hou.NodeType

All Usages Options

See also: optype, optyperead, otwrite, optypeuninstall

Usages

  1. otedit [-p] [-i] table operator [node]

The table value specifies the class of the operator you want to modify. A list of valid table names is found in the help for the otwrite command. The operator value is the name of the specific operator type. A node path can also be specified in the node value. This node must be of the operator type being edited.

Options

-p

Automatically promote any spare parameters on the node specified into parameters on the operator type.

-i

Immediately save the current state of the operator type, as if you clicked “Apply” in the type properties editor.