SpaceProperties(Space)

base classes — bpy_struct, Space

class bpy.types.SpaceProperties(Space)

Properties space data

align

Arrangement of the panels

Type :enum in [‘HORIZONTAL’, ‘VERTICAL’], default ‘HORIZONTAL’
context

Type of active data to display and edit

  • SCENE Scene, Scene.
  • RENDER Render, Render.
  • WORLD World, World.
  • OBJECT Object, Object.
  • CONSTRAINT Constraints, Constraints.
  • MODIFIER Modifiers, Modifiers.
  • DATA Data, Data.
  • BONE Bone, Bone.
  • BONE_CONSTRAINT Bone Constraints, Bone Constraints.
  • MATERIAL Material, Material.
  • TEXTURE Texture, Texture.
  • PARTICLES Particles, Particle.
  • PHYSICS Physics, Physics.
Type :enum in [‘SCENE’, ‘RENDER’, ‘WORLD’, ‘OBJECT’, ‘CONSTRAINT’, ‘MODIFIER’, ‘DATA’, ‘BONE’, ‘BONE_CONSTRAINT’, ‘MATERIAL’, ‘TEXTURE’, ‘PARTICLES’, ‘PHYSICS’], default ‘RENDER’
pin_id
Type :ID
texture_context

Type of texture data to display and edit

  • MATERIAL Material, Material.
Type :enum in [‘MATERIAL’], default ‘MATERIAL’
use_pin_id

Use the pinned context

Type :boolean, default False

Inherited Properties

Inherited Functions

Previous topic

SpaceOutliner(Space)

Next topic

SpaceSequenceEditor(Space)