base class — bpy_struct
Main data structure representing a .blend file and all its datablocks
Action datablocks.
| Type : | MainActions collection of Action, (readonly) |
|---|
Armature datablocks.
| Type : | MainArmatures collection of Armature, (readonly) |
|---|
Brush datablocks.
| Type : | MainBrushes collection of Brush, (readonly) |
|---|
Camera datablocks.
| Type : | MainCameras collection of Camera, (readonly) |
|---|
Curve datablocks.
| Type : | MainCurves collection of Curve, (readonly) |
|---|
Print debugging information in console
| Type : | boolean, default False |
|---|
Path to the .blend file
| Type : | string, default “”, (readonly) |
|---|
Vector font datablocks.
| Type : | MainFonts collection of VectorFont, (readonly) |
|---|
Grease Pencil datablocks.
| Type : | Collection of GreasePencil, (readonly) |
|---|
Group datablocks.
| Type : | MainGroups collection of Group, (readonly) |
|---|
Image datablocks.
| Type : | MainImages collection of Image, (readonly) |
|---|
Has the current session been saved to disk as a .blend file
| Type : | boolean, default False, (readonly) |
|---|
Lattice datablocks.
| Type : | MainLattices collection of Lattice, (readonly) |
|---|
Material datablocks.
| Type : | MainMaterials collection of Material, (readonly) |
|---|
Mesh datablocks.
| Type : | MainMeshes collection of Mesh, (readonly) |
|---|
Metaball datablocks.
| Type : | MainMetaBalls collection of MetaBall, (readonly) |
|---|
Node group datablocks.
| Type : | MainNodeTrees collection of NodeTree, (readonly) |
|---|
Object datablocks.
| Type : | MainObjects collection of Object, (readonly) |
|---|
Particle datablocks.
| Type : | MainParticles collection of ParticleSettings, (readonly) |
|---|
Scene datablocks.
| Type : | MainScenes collection of Scene, (readonly) |
|---|
Texture datablocks.
| Type : | MainTextures collection of Texture, (readonly) |
|---|
Window manager datablocks.
| Type : | Collection of WindowManager, (readonly) |
|---|
World datablocks.
| Type : | MainWorlds collection of World, (readonly) |
|---|
Inherited Properties
Inherited Functions
|
References