Houdini 12 HScript commands

Gets/sets the comment text associated with an operator type.

Usages

  1. otcomment table/operator

  2. otcomment -d table/operator

  3. otcomment table/operator comment

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.

The first usage of this command queries the comment for the specified operator type.

The second usage clears the operator type comment.

The third usage sets the operator type comment.

Note

This command only works if the specified operator type is already defined using an operator type library.

Replaced by

Related topics