hou.ShopNodeType class

This kind of NodeType contains extra attributes specific to SHOP nodes.

Inheritence: hou.NodeType >

Methods

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.