Library(ID)¶
base classes — bpy_struct, ID
-
class
bpy.types.Library(ID)¶ External .blend file from which data is linked
-
filepath¶ Path to the library .blend file
- Type
string, default “”, (never None)
-
packed_file¶ - Type
PackedFile, (readonly)
-
version¶ Version of Blender the library .blend was saved with
- Type
int array of 3 items in [0, inf], default (0, 0, 0), (readonly)
-
users_id¶ ID data blocks which use this library (readonly)
-
reload()¶ Reload this library and all its linked data-blocks
-
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
-
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