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)
-
users_id¶ ID data blocks which use this library (readonly)
-
reload()¶ Reload this library and all its linked datablocks
-
Inherited Properties
Inherited Functions
References