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