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

Armature datablocks.

Type :MainArmatures collection of Armature, (readonly)
brushes

Brush datablocks.

Type :MainBrushes collection of Brush, (readonly)
cameras

Camera datablocks.

Type :MainCameras collection of Camera, (readonly)
curves

Curve datablocks.

Type :MainCurves collection of Curve, (readonly)
filepath

Path to the .blend file

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

Vector font datablocks.

Type :MainFonts collection of VectorFont, (readonly)
grease_pencil

Grease Pencil datablocks.

Type :MainGreasePencils collection of GreasePencil, (readonly)
groups

Group datablocks.

Type :MainGroups collection of Group, (readonly)
images

Image datablocks.

Type :MainImages 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 :MainLamps collection of Lamp, (readonly)
lattices

Lattice datablocks.

Type :MainLattices collection of Lattice, (readonly)
libraries

Library datablocks.

Type :MainLibraries collection of Library, (readonly)
materials

Material datablocks.

Type :MainMaterials collection of Material, (readonly)
meshes

Mesh datablocks.

Type :MainMeshes collection of Mesh, (readonly)
metaballs

Metaball datablocks.

Type :MainMetaBalls collection of MetaBall, (readonly)
node_groups

Node group datablocks.

Type :MainNodeTrees collection of NodeTree, (readonly)
objects

Object datablocks.

Type :MainObjects collection of Object, (readonly)
particles

Particle datablocks.

Type :MainParticles collection of ParticleSettings, (readonly)
scenes

Scene datablocks.

Type :MainScenes collection of Scene, (readonly)
screens

Screen datablocks.

Type :MainScreens 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 :MainSounds collection of Sound, (readonly)
texts

Text datablocks.

Type :MainTexts collection of Text, (readonly)
textures

Texture datablocks.

Type :MainTextures collection of Texture, (readonly)
window_managers

Window manager datablocks.

Type :MainWindowManagers collection of WindowManager, (readonly)
worlds

World datablocks.

Type :MainWorlds collection of World, (readonly)

Inherited Properties

Inherited Functions

References

Previous topic

BezierSplinePoint(bpy_struct)

Next topic

BlendTexture(Texture)