otversion hscript command
Gets/sets the version of an operator type definition.
Usages
otversion table/operatorotversion -d table/operatorotversion table/operator version
If you give a table/operator pair, the command prints the operator type definition version.
If you give a table/operator pair and a version, the command sets the operator type definition version.
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.
Options
-d | Clear the operator type version. |
Replaced by
Replaced by hou.NodeType.setVersion, hou.NodeType.version
