BlendData(bpy_struct)¶
base class — bpy_struct
-
class
bpy.types.BlendData(bpy_struct)¶ Main data structure representing a .blend file and all its datablocks
-
actions¶ Action datablocks
Type: BlendDataActionsbpy_prop_collectionofAction, (readonly)
-
armatures¶ Armature datablocks
Type: BlendDataArmaturesbpy_prop_collectionofArmature, (readonly)
-
brushes¶ Brush datablocks
Type: BlendDataBrushesbpy_prop_collectionofBrush, (readonly)
-
cameras¶ Camera datablocks
Type: BlendDataCamerasbpy_prop_collectionofCamera, (readonly)
-
curves¶ Curve datablocks
Type: BlendDataCurvesbpy_prop_collectionofCurve, (readonly)
-
filepath¶ Path to the .blend file
Type: string, default “”, (readonly, never None)
-
fonts¶ Vector font datablocks
Type: BlendDataFontsbpy_prop_collectionofVectorFont, (readonly)
-
grease_pencil¶ Grease Pencil datablocks
Type: BlendDataGreasePencilsbpy_prop_collectionofGreasePencil, (readonly)
-
groups¶ Group datablocks
Type: BlendDataGroupsbpy_prop_collectionofGroup, (readonly)
-
images¶ Image datablocks
Type: BlendDataImagesbpy_prop_collectionofImage, (readonly)
-
is_dirty¶ Have recent edits been saved to disk
Type: boolean, default False, (readonly)
-
is_saved¶ Has the current session been saved to disk as a .blend file
Type: boolean, default False, (readonly)
-
lamps¶ Lamp datablocks
Type: BlendDataLampsbpy_prop_collectionofLamp, (readonly)
-
lattices¶ Lattice datablocks
Type: BlendDataLatticesbpy_prop_collectionofLattice, (readonly)
-
libraries¶ Library datablocks
Type: BlendDataLibrariesbpy_prop_collectionofLibrary, (readonly)
-
linestyles¶ Line Style datablocks
Type: BlendDataLineStylesbpy_prop_collectionofFreestyleLineStyle, (readonly)
-
masks¶ Masks datablocks
Type: BlendDataMasksbpy_prop_collectionofMask, (readonly)
-
materials¶ Material datablocks
Type: BlendDataMaterialsbpy_prop_collectionofMaterial, (readonly)
-
meshes¶ Mesh datablocks
Type: BlendDataMeshesbpy_prop_collectionofMesh, (readonly)
-
metaballs¶ Metaball datablocks
Type: BlendDataMetaBallsbpy_prop_collectionofMetaBall, (readonly)
-
movieclips¶ Movie Clip datablocks
Type: BlendDataMovieClipsbpy_prop_collectionofMovieClip, (readonly)
-
node_groups¶ Node group datablocks
Type: BlendDataNodeTreesbpy_prop_collectionofNodeTree, (readonly)
-
objects¶ Object datablocks
Type: BlendDataObjectsbpy_prop_collectionofObject, (readonly)
-
particles¶ Particle datablocks
Type: BlendDataParticlesbpy_prop_collectionofParticleSettings, (readonly)
-
scenes¶ Scene datablocks
Type: BlendDataScenesbpy_prop_collectionofScene, (readonly)
-
screens¶ Screen datablocks
Type: BlendDataScreensbpy_prop_collectionofScreen, (readonly)
-
scripts¶ Script datablocks (DEPRECATED)
Type: bpy_prop_collectionofID, (readonly)
-
shape_keys¶ Shape Key datablocks
Type: bpy_prop_collectionofKey, (readonly)
-
sounds¶ Sound datablocks
Type: BlendDataSoundsbpy_prop_collectionofSound, (readonly)
-
speakers¶ Speaker datablocks
Type: BlendDataSpeakersbpy_prop_collectionofSpeaker, (readonly)
-
texts¶ Text datablocks
Type: BlendDataTextsbpy_prop_collectionofText, (readonly)
-
textures¶ Texture datablocks
Type: BlendDataTexturesbpy_prop_collectionofTexture, (readonly)
-
use_autopack¶ Automatically pack all external data into .blend file
Type: boolean, default False
-
version¶ Version of the blender the .blend was saved with
Type: int array of 3 items in [0, inf], default (0, 0, 0), (readonly)
-
window_managers¶ Window manager datablocks
Type: BlendDataWindowManagersbpy_prop_collectionofWindowManager, (readonly)
-
worlds¶ World datablocks
Type: BlendDataWorldsbpy_prop_collectionofWorld, (readonly)
-
Inherited Properties
Inherited Functions
References