base class — bpy_struct
Main data structure representing a .blend file and all its datablocks
Action datablocks
| Type: | BlendDataActions bpy_prop_collection of Action, (readonly) |
|---|
Armature datablocks
| Type: | BlendDataArmatures bpy_prop_collection of Armature, (readonly) |
|---|
Brush datablocks
| Type: | BlendDataBrushes bpy_prop_collection of Brush, (readonly) |
|---|
Camera datablocks
| Type: | BlendDataCameras bpy_prop_collection of Camera, (readonly) |
|---|
Curve datablocks
| Type: | BlendDataCurves bpy_prop_collection of Curve, (readonly) |
|---|
Path to the .blend file
| Type: | string, default “”, (readonly, never None) |
|---|
Vector font datablocks
| Type: | BlendDataFonts bpy_prop_collection of VectorFont, (readonly) |
|---|
Grease Pencil datablocks
| Type: | BlendDataGreasePencils bpy_prop_collection of GreasePencil, (readonly) |
|---|
Group datablocks
| Type: | BlendDataGroups bpy_prop_collection of Group, (readonly) |
|---|
Image datablocks
| Type: | BlendDataImages bpy_prop_collection of Image, (readonly) |
|---|
Have recent edits been saved to disk
| Type: | boolean, default False, (readonly) |
|---|
Has the current session been saved to disk as a .blend file
| Type: | boolean, default False, (readonly) |
|---|
Lamp datablocks
| Type: | BlendDataLamps bpy_prop_collection of Lamp, (readonly) |
|---|
Lattice datablocks
| Type: | BlendDataLattices bpy_prop_collection of Lattice, (readonly) |
|---|
Library datablocks
| Type: | BlendDataLibraries bpy_prop_collection of Library, (readonly) |
|---|
Line Style datablocks
| Type: | BlendDataLineStyles bpy_prop_collection of FreestyleLineStyle, (readonly) |
|---|
Masks datablocks
| Type: | BlendDataMasks bpy_prop_collection of Mask, (readonly) |
|---|
Material datablocks
| Type: | BlendDataMaterials bpy_prop_collection of Material, (readonly) |
|---|
Mesh datablocks
| Type: | BlendDataMeshes bpy_prop_collection of Mesh, (readonly) |
|---|
Metaball datablocks
| Type: | BlendDataMetaBalls bpy_prop_collection of MetaBall, (readonly) |
|---|
Movie Clip datablocks
| Type: | BlendDataMovieClips bpy_prop_collection of MovieClip, (readonly) |
|---|
Node group datablocks
| Type: | BlendDataNodeTrees bpy_prop_collection of NodeTree, (readonly) |
|---|
Object datablocks
| Type: | BlendDataObjects bpy_prop_collection of Object, (readonly) |
|---|
Particle datablocks
| Type: | BlendDataParticles bpy_prop_collection of ParticleSettings, (readonly) |
|---|
Scene datablocks
| Type: | BlendDataScenes bpy_prop_collection of Scene, (readonly) |
|---|
Screen datablocks
| Type: | BlendDataScreens bpy_prop_collection of Screen, (readonly) |
|---|
Script datablocks (DEPRECATED)
| Type: | bpy_prop_collection of ID, (readonly) |
|---|
Shape Key datablocks
| Type: | bpy_prop_collection of Key, (readonly) |
|---|
Sound datablocks
| Type: | BlendDataSounds bpy_prop_collection of Sound, (readonly) |
|---|
Speaker datablocks
| Type: | BlendDataSpeakers bpy_prop_collection of Speaker, (readonly) |
|---|
Text datablocks
| Type: | BlendDataTexts bpy_prop_collection of Text, (readonly) |
|---|
Texture datablocks
| Type: | BlendDataTextures bpy_prop_collection of Texture, (readonly) |
|---|
Automatically pack all external data into .blend file
| Type: | boolean, default False |
|---|
Window manager datablocks
| Type: | BlendDataWindowManagers bpy_prop_collection of WindowManager, (readonly) |
|---|
World datablocks
| Type: | BlendDataWorlds bpy_prop_collection of World, (readonly) |
|---|
Inherited Properties
Inherited Functions
References