ViewerPathElem(bpy_struct)
base class — bpy_struct
subclasses —
IDViewerPathElem
, ModifierViewerPathElem
, NodeViewerPathElem
- class bpy.types.ViewerPathElem(bpy_struct)
Element of a viewer path
- type
Type of the path element
- Type
enum in [‘ID’, ‘MODIFIER’, ‘NODE’], default ‘ID’, (readonly)
- 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