otls hscript command
Lists operator types defined in a library file.
Usages
otls [-f format] [otl_file [table/operator]]otls -a table/operator
Without any arguments, the command prints a list of currently installed operator type libraries.
If you give a otl_file, the command lists the operator types defined in the library file.
If you give an otl_file and a table/operator pair, the command prints information about the given operator type in the library file. 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.
If both an OTL file name and a table/operator are specified, this command also accepts the -f option.
Options
-f format | Allows the command output to be customized. The format argument is a string where each letter represents a particular piece of information. The accepted letters are:
|
-a | Outputs a list of all OTL files currently installed which contain a definition for the specified operator type. Use otgetotl to find out which definition is currently in use. |
Examples
Will output:otls -f "lm" $HH/otls/OPlibShopVMantra.otl Shop/v_decal
VEX Decal Sat Mar 06 19:09:10 2004
Replaced by
Replaced by hou.hdaNodeTypes, hou.NodeType.allInstalledDefinitions, hou.HDADefinition.minNumInputs, hou.HDADefinition.setMaxNumInputs, hou.HDADefinition.nodeTypeCategory, hou.HDADefinition.setMinNumInputs, hou.HDADefinition.setIcon, hou.HDADefinition.extraInfo, hou.HDADefinition.maxNumInputs, hou.HDADefinition.modificationTime, hou.HDADefinition.icon
