Package bpy :: Module types :: Class SpaceProperties
[hide private]
[frames] | no frames]

Class SpaceProperties


The Properties Space Object

Properties space data

(no references to this struct found)

Instance Variables [hide private]
enum align
Arrangement of the panels.
boolean brush_texture
Show brush textures.
enum context
Type of active data to display and edit.
ID pin_id
pin_id
enum (readonly) type
Space data type. (Inherited from bpy.types.Space)
Instance Variable Details [hide private]

align

Arrangement of the panels. in...
  • HORIZONTAL
  • VERTICAL
Type:
enum

context

Type of active data to display and edit. in...
  • SCENE
  • RENDER
  • WORLD
  • OBJECT
  • CONSTRAINT
  • MODIFIER
  • DATA
  • BONE
  • BONE_CONSTRAINT
  • MATERIAL
  • TEXTURE
  • PARTICLE
  • PHYSICS
Type:
enum