Defines the primitive types that can be selected by
SceneViewer.selectSceneGraph() if the caller wishes to override the current
scene viewer selection mask.
Values ¶
            hou.scenePrimMask.All
        
All primitive types can be selected.
            hou.scenePrimMask.Camera
        
Only camera primitive types can be selected.
            hou.scenePrimMask.Geometry
        
Only geometry primitive types can be selected.
            hou.scenePrimMask.Light
        
Only light primitive types can be selected.
            hou.scenePrimMask.LightAndCamera
        
Only light and camera primitive types can be selected.
            hou.scenePrimMask.ViewerSetting
        
Use the viewer setting for the primitive selection mask (default).