IDOverrideLibraryProperties(bpy_struct)
base class — bpy_struct
- class bpy.types.IDOverrideLibraryProperties(bpy_struct)
Collection of override properties
- add(rna_path)
Add a property to the override library when it doesn’t exist yet
- Parameters
rna_path (string, (never None)) – RNA Path, RNA-Path of the property to add
- Returns
New Property, Newly created override property or existing one
- Return type
- remove(property)
Remove and delete a property
- Parameters
property (
IDOverrideLibraryProperty
) – Property, Override property to be deleted
- 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
- classmethod bl_rna_get_subclass_py(id, default=None)
- Parameters
id (string) – The RNA type identifier.
- Returns
The class or default when not found.
- Return type
type
Inherited Properties
Inherited Functions
References