SpreadsheetContext(bpy_struct)¶
base class — bpy_struct
subclasses —
SpreadsheetContextModifier, SpreadsheetContextNode, SpreadsheetContextObject
- class bpy.types.SpreadsheetContext(bpy_struct)¶
Element of spreadsheet context path
- type¶
Type of the context
- Type
enum in [‘OBJECT’, ‘MODIFIER’, ‘NODE’], default ‘OBJECT’, (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.Structsubclass
Inherited Properties
Inherited Functions
References