opexclude
command
Deletes operator types from the current Houdini session.
Usages
-
opexclude [networktype [nodename ...]]
opexclude actually removes the node type so it can’t be created in any way. Does not work if you have already loaded/created nodes of the given type.
opexclude Network nodename
For example, opexclude Sop sphere deletes the definition of the Sphere surface node from Houdini.
opexclude
Prints all excluded nodes.
opexclude Network
Prints all excluded nodes of the given network type.
Examples
opexclude Object geo light
Deletes the Geometry and Light Object types.