Each SHOP type defines a particular type of shader. For example, it might be a surface shader or a displacement shader. This enumeration contains all the possible shader types.
Use hou.ShopNodeType.shaderType to determine what type of shader a particular SHOP type is.
Values ¶
            hou.shaderType.Invalid
        
            hou.shaderType.Surface
        
            hou.shaderType.SurfaceShadow
        
            hou.shaderType.Displacement
        
            hou.shaderType.Geometry
        
            hou.shaderType.Interior
        
            hou.shaderType.Light
        
            hou.shaderType.LightShadow
        
            hou.shaderType.Atmosphere
        
            hou.shaderType.Lens
        
            hou.shaderType.Output
        
            hou.shaderType.Background
        
            hou.shaderType.Photon
        
            hou.shaderType.Image3D
        
            hou.shaderType.BSDF
        
            hou.shaderType.CVEX
        
            hou.shaderType.Mutable
        
            hou.shaderType.Properties
        
            hou.shaderType.Material
        
            hou.shaderType.VopMaterial
        
            hou.shaderType.ShaderClass