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 :BlendDataActions collection of Action, (readonly)
armatures

Armature datablocks.

Type :BlendDataArmatures collection of Armature, (readonly)
brushes

Brush datablocks.

Type :BlendDataBrushes collection of Brush, (readonly)
cameras

Camera datablocks.

Type :BlendDataCameras collection of Camera, (readonly)
curves

Curve datablocks.

Type :BlendDataCurves collection of Curve, (readonly)
filepath

Path to the .blend file

Type :string, default “”, (readonly)
fonts

Vector font datablocks.

Type :BlendDataFonts collection of VectorFont, (readonly)
grease_pencil

Grease Pencil datablocks.

Type :BlendDataGreasePencils collection of GreasePencil, (readonly)
groups

Group datablocks.

Type :BlendDataGroups collection of Group, (readonly)
images

Image datablocks.

Type :BlendDataImages collection of Image, (readonly)
is_dirty

Has the current session been saved to disk as a .blend file

Type :boolean, default False, (readonly)
lamps

Lamp datablocks.

Type :BlendDataLamps collection of Lamp, (readonly)
lattices

Lattice datablocks.

Type :BlendDataLattices collection of Lattice, (readonly)
libraries

Library datablocks.

Type :BlendDataLibraries collection of Library, (readonly)
materials

Material datablocks.

Type :BlendDataMaterials collection of Material, (readonly)
meshes

Mesh datablocks.

Type :BlendDataMeshes collection of Mesh, (readonly)
metaballs

Metaball datablocks.

Type :BlendDataMetaBalls collection of MetaBall, (readonly)
node_groups

Node group datablocks.

Type :BlendDataNodeTrees collection of NodeTree, (readonly)
objects

Object datablocks.

Type :BlendDataObjects collection of Object, (readonly)
particles

Particle datablocks.

Type :BlendDataParticles collection of ParticleSettings, (readonly)
scenes

Scene datablocks.

Type :BlendDataScenes collection of Scene, (readonly)
screens

Screen datablocks.

Type :BlendDataScreens collection of Screen, (readonly)
scripts

Script datablocks (DEPRECATED).

Type :Collection of ID, (readonly)
shape_keys

Key datablocks.

Type :Collection of Key, (readonly)
sounds

Sound datablocks.

Type :BlendDataSounds collection of Sound, (readonly)
texts

Text datablocks.

Type :BlendDataTexts collection of Text, (readonly)
textures

Texture datablocks.

Type :BlendDataTextures collection of Texture, (readonly)
window_managers

Window manager datablocks.

Type :BlendDataWindowManagers collection of WindowManager, (readonly)
worlds

World datablocks.

Type :BlendDataWorlds collection of World, (readonly)

Inherited Properties

Inherited Functions

References

Previous topic

BezierSplinePoint(bpy_struct)

Next topic

BlendDataActions(bpy_struct)