ThemeImageEditor(bpy_struct)
base class — bpy_struct
- class bpy.types.ThemeImageEditor(bpy_struct)
Theme settings for the Image Editor
- edge_select
(array of 3 items, in [0, 1], default (0.0, 0.0, 0.0))
- Type:
- edge_width
(in [1, 32], default 0)
- Type:
int
- editmesh_active
(array of 4 items, in [0, 1], default (0.0, 0.0, 0.0, 0.0))
- Type:
bpy_prop_array[float]
- face
(array of 4 items, in [0, 1], default (0.0, 0.0, 0.0, 0.0))
- Type:
bpy_prop_array[float]
- face_mode_select
(array of 4 items, in [0, 1], default (0.0, 0.0, 0.0, 0.0))
- Type:
bpy_prop_array[float]
- face_select
(array of 4 items, in [0, 1], default (0.0, 0.0, 0.0, 0.0))
- Type:
bpy_prop_array[float]
- facedot_size
(in [1, 10], default 0)
- Type:
int
- grid
(array of 4 items, in [0, 1], default (0.0, 0.0, 0.0, 0.0))
- Type:
bpy_prop_array[float]
- metadatabg
(array of 3 items, in [0, 1], default (0.0, 0.0, 0.0))
- Type:
- metadatatext
(array of 3 items, in [0, 1], default (0.0, 0.0, 0.0))
- Type:
- preview_stitch_active
(array of 4 items, in [0, 1], default (0.0, 0.0, 0.0, 0.0))
- Type:
bpy_prop_array[float]
- preview_stitch_edge
(array of 4 items, in [0, 1], default (0.0, 0.0, 0.0, 0.0))
- Type:
bpy_prop_array[float]
- preview_stitch_face
(array of 4 items, in [0, 1], default (0.0, 0.0, 0.0, 0.0))
- Type:
bpy_prop_array[float]
- preview_stitch_stitchable
(array of 4 items, in [0, 1], default (0.0, 0.0, 0.0, 0.0))
- Type:
bpy_prop_array[float]
- preview_stitch_unstitchable
(array of 4 items, in [0, 1], default (0.0, 0.0, 0.0, 0.0))
- Type:
bpy_prop_array[float]
- preview_stitch_vert
(array of 4 items, in [0, 1], default (0.0, 0.0, 0.0, 0.0))
- Type:
bpy_prop_array[float]
- scope_back
(array of 4 items, in [0, 1], default (0.0, 0.0, 0.0, 0.0))
- Type:
bpy_prop_array[float]
- space
Settings for space (readonly, never None)
- Type:
- uv_shadow
(array of 4 items, in [0, 1], default (0.0, 0.0, 0.0, 0.0))
- Type:
bpy_prop_array[float]
- vertex
(array of 3 items, in [0, 1], default (0.0, 0.0, 0.0))
- Type:
- vertex_select
(array of 3 items, in [0, 1], default (0.0, 0.0, 0.0))
- Type:
- vertex_size
(in [1, 32], default 0)
- Type:
int
- wire_edit
(array of 3 items, in [0, 1], default (0.0, 0.0, 0.0))
- Type:
- classmethod bl_rna_get_subclass(id, default=None, /)
- Parameters:
id (str) – The RNA type identifier.
default (
bpy.types.Struct| None) – The value to return when not found.
- Returns:
The RNA type or default when not found.
- Return type:
- classmethod bl_rna_get_subclass_py(id, default=None, /)
- Parameters:
id (str) – The RNA type identifier.
default (type | None) – The value to return when not found.
- Returns:
The class or default when not found.
- Return type:
type