ViewerPathElem(bpy_struct)#
base class — bpy_struct
subclasses —
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’], 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 (string) – The RNA type identifier.
- Returns:
The RNA type or default when not found.
- Return type:
bpy.types.Struct
subclass
Inherited Properties
Inherited Functions
References