hou.ShopNodeType
class
This kind of NodeType contains extra attributes specific to SHOP nodes.
Inheritence: hou.NodeType >
Methods
Methods inherited from hou.NodeType: removeAlias, sourcePath, isGenerator, instances, setHidden, allInstalledDefinitions, minNumInputs, category, hasUnorderedInputs, sourceNetwork, source, hidden, aliases, uninstallFromPath, maxNumOutputs, parmTemplates, isManager, description, addAlias, maxNumInputs, icon, hdaModule, definition, name, nameWithCategory
renderMask(self) -> string-
Return a string with space-separated names of the renderers that this SHOP type supports. Note that some SHOP types, like the switch SHOP, return
"*"to indicate that they support all renderers.See hou.ShopNode.shaderString for an example.
shaderType(self) -> [Hom:hou.shaderType] enum value-
Return the type of shader for this SHOP type. For example, this shop type might be a surface shader or a displacement shader. See hou.shaderType for the possible shader types.
See also hou.ShopNode.shaderType.