Go to the source code of this file.
|
| enum | eVGroupSelect {
WT_VGROUP_ALL = 0
, WT_VGROUP_ACTIVE = 1
, WT_VGROUP_BONE_SELECT = 2
, WT_VGROUP_BONE_DEFORM = 3
,
WT_VGROUP_BONE_DEFORM_OFF = 4
} |
| |
| enum | eSeqImageFitMethod { SEQ_SCALE_TO_FIT
, SEQ_SCALE_TO_FILL
, SEQ_STRETCH_TO_FILL
, SEQ_USE_ORIGINAL_SIZE
} |
| |
| enum | ePaintSymmetryFlags {
PAINT_SYMM_NONE = 0
, PAINT_SYMM_X = (1 << 0)
, PAINT_SYMM_Y = (1 << 1)
, PAINT_SYMM_Z = (1 << 2)
,
PAINT_SYMMETRY_FEATHER = (1 << 3)
, PAINT_TILE_X = (1 << 4)
, PAINT_TILE_Y = (1 << 5)
, PAINT_TILE_Z = (1 << 6)
} |
| |
◆ PAINT_SYMM_AXIS_ALL
◆ ePaintSymmetryFlags
◆ eSeqImageFitMethod
◆ eVGroupSelect
◆ ePaintSymmetryFlags
Paint::symmetry_flags (for now just a duplicate of sculpt symmetry flags).
| Enumerator |
|---|
| PAINT_SYMM_NONE | |
| PAINT_SYMM_X | |
| PAINT_SYMM_Y | |
| PAINT_SYMM_Z | |
| PAINT_SYMMETRY_FEATHER | |
| PAINT_TILE_X | |
| PAINT_TILE_Y | |
| PAINT_TILE_Z | |
Definition at line 31 of file DNA_scene_enums.h.
◆ eSeqImageFitMethod
| Enumerator |
|---|
| SEQ_SCALE_TO_FIT | |
| SEQ_SCALE_TO_FILL | |
| SEQ_STRETCH_TO_FILL | |
| SEQ_USE_ORIGINAL_SIZE | |
Definition at line 20 of file DNA_scene_enums.h.
◆ eVGroupSelect
◆ ENUM_OPERATORS()