ViewerPathElem(bpy_struct)
base class — bpy_struct
subclasses —
EvaluateClosureNodeViewerPathElem, ForeachGeometryElementZoneViewerPathElem, GroupNodeViewerPathElem, IDViewerPathElem, ModifierViewerPathElem, RepeatZoneViewerPathElem, SimulationZoneViewerPathElem, ViewerNodeViewerPathElem
- class bpy.types.ViewerPathElem(bpy_struct)
Element of a viewer path
- type
Type of the path element (default
'ID', readonly)- Type:
Literal[‘ID’, ‘MODIFIER’, ‘GROUP_NODE’, ‘SIMULATION_ZONE’, ‘VIEWER_NODE’, ‘REPEAT_ZONE’, ‘FOREACH_GEOMETRY_ELEMENT_ZONE’, ‘EVALUATE_CLOSURE’]
- ui_name
Name that can be displayed in the UI for this element (default “”, readonly, never None)
- Type:
str
- classmethod bl_rna_get_subclass(id, default=None, /)
- Parameters:
id (str) – The RNA type identifier.
default (
bpy.types.Struct| None) – The value to return when not found.
- Returns:
The RNA type or default when not found.
- Return type: