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

Type :enum in [‘SCENE’, ‘RENDER’, ‘WORLD’, ‘OBJECT’, ‘CONSTRAINT’, ‘MODIFIER’, ‘DATA’, ‘BONE’, ‘BONE_CONSTRAINT’, ‘MATERIAL’, ‘TEXTURE’, ‘PARTICLE’, ‘PHYSICS’], default ‘RENDER’
pin_id
Type :ID
texture_context

Type of texture data to display and edit

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)