Values ¶
hou.viewportVisualizerScope.NodeOnly
The visualizer affects only the geometry produced by the node on which it is installed. This value only applies to visualizers in the hou.viewportVisualizerCategory.Node category.
hou.viewportVisualizerScope.SameNetworkTypeDescendents
The visualizer affects only the geometries produced by the node and its descendent nodes of the same network type. This value only applies to visualizers in the hou.viewportVisualizerCategory.Node category.
hou.viewportVisualizerScope.AllDescendents
The visualizer affects the geometries produced by the node and its descendent nodes regardless of the network type. This value only applies to visualizers in the hou.viewportVisualizerCategory.Node category.
hou.viewportVisualizerScope.Global
The visualizer affects any geometry that is displayed in the viewport. This value only applies to visualizers in the hou.viewportVisualizerCategory.Common and hou.viewportVisualizerCategory.Scene categories.