hou.ShopNode class
Represents a shader node.
Methods
definingVopNetNode(self)→ VopNetNode or NoneshaderName(self, boolotlpath=True)→str-
Returns the name of this shader.
shaderString(self, render_type=None)→str-
Returns the shader string generated by this shader for the given render type.
render_type
A string representing the renderer (“RIB” or “VMantra” for example). If this string is empty, uses the default render type for this shader.
shaderType(self)→ hou.shaderType enum value-
Returns a hou.shaderType indicating the type of this shader.
supportedRenderers(self)→ tuple ofstr-
Returns a list of strings describing the renderers this shader supports.