Navigation

  • index
  • modules |
  • next |
  • previous |
  • Blender 2.78.0 e8299c8 - API documentation »
  • Types (bpy.types) »

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)
parent¶
Type:Library, (readonly)
users_id¶

ID data blocks which use this library (readonly)

reload()¶

Reload this library and all its linked datablocks

Inherited Properties

  • bpy_struct.id_data
  • ID.name
  • ID.users
  • ID.use_fake_user
  • ID.tag
  • ID.is_updated
  • ID.is_updated_data
  • ID.is_library_indirect
  • ID.library
  • ID.preview

Inherited Functions

  • bpy_struct.as_pointer
  • bpy_struct.driver_add
  • bpy_struct.driver_remove
  • bpy_struct.get
  • bpy_struct.is_property_hidden
  • bpy_struct.is_property_readonly
  • bpy_struct.is_property_set
  • bpy_struct.items
  • bpy_struct.keyframe_delete
  • bpy_struct.keyframe_insert
  • bpy_struct.keys
  • bpy_struct.path_from_id
  • bpy_struct.path_resolve
  • bpy_struct.property_unset
  • bpy_struct.type_recast
  • bpy_struct.values
  • ID.copy
  • ID.user_clear
  • ID.user_remap
  • ID.user_of_id
  • ID.animation_data_create
  • ID.animation_data_clear
  • ID.update_tag

References

  • BlendData.libraries
  • ID.library
  • Library.parent

Previous topic

LatticePoint(bpy_struct)

Next topic

LimitDistanceConstraint(Constraint)

Quick search

Navigation

  • index
  • modules |
  • next |
  • previous |
  • Blender 2.78.0 e8299c8 - API documentation »
  • Types (bpy.types) »
© Copyright Blender Foundation. Created using Sphinx 1.4.8.