Module Theme :: Class ThemeSpace
[frames | no frames]

Class ThemeSpace


The Space sub-themes

There is a sub-theme for each space in Blender (except for the Scripts window, but it will be added soon). Please read the information about Theme.ThemeUI, since it is also relevant here. In Blender, all theme spaces share the same C structure. For this reason, all of them here share the same variables, event though some spaces only use a few of them. This lower-level access is acceptable because generally users will prefer to use the interface to change single theme options and only use scripting to save or restore themes. But anyway, checking the Themes tab in the User Preferences space in Blender and using the bundled "Save current theme" script (or its simplified version written on the top of this page) can help you finding out any specific info you may need.
Class Variable Summary
  active: theme rgba var.
  back: theme rgba var.
  edge: theme rgba var.
  edge_facesel: theme rgba var.
  edge_seam: theme rgba var.
  edge_select: theme rgba var.
  face: theme rgba var.
  face_select: theme rgba var.
  grid: theme rgba var.
  header: theme rgba var.
  hilite: theme rgba var.
  normal: theme rgba var.
  panel: theme rgba var.
  select: theme rgba var.
  shade1: theme rgba var.
  shade2: theme rgba var.
  text: theme rgba var.
  text_hi: theme rgba var.
string theme: the parent Theme for this object.
  transform: theme rgba var.
  vertex: theme rgba var.
  vertex_select: theme rgba var.
int vertex_size: size of the vertices dots on screen in the range [1, 10].
  wire: theme rgba var.

Class Variable Details

active

theme rgba var.

back

theme rgba var.

edge

theme rgba var.

edge_facesel

theme rgba var.

edge_seam

theme rgba var.

edge_select

theme rgba var.

face

theme rgba var.

face_select

theme rgba var.

grid

theme rgba var.

header

theme rgba var.

hilite

theme rgba var.

normal

theme rgba var.

panel

theme rgba var.

select

theme rgba var.

shade1

theme rgba var.

shade2

theme rgba var.

text

theme rgba var.

text_hi

theme rgba var.

theme

the parent Theme for this object.
Type:
string

transform

theme rgba var.

vertex

theme rgba var.

vertex_select

theme rgba var.

vertex_size

size of the vertices dots on screen in the range [1, 10].
Type:
int

wire

theme rgba var.

Generated by Epydoc 2.1 on Tue Jan 4 13:43:05 2005 http://epydoc.sf.net