Blender  V2.93
DNA_brush_enums.h
Go to the documentation of this file.
1 /*
2  * This program is free software; you can redistribute it and/or
3  * modify it under the terms of the GNU General Public License
4  * as published by the Free Software Foundation; either version 2
5  * of the License, or (at your option) any later version.
6  *
7  * This program is distributed in the hope that it will be useful,
8  * but WITHOUT ANY WARRANTY; without even the implied warranty of
9  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
10  * GNU General Public License for more details.
11  *
12  * You should have received a copy of the GNU General Public License
13  * along with this program; if not, write to the Free Software Foundation,
14  * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
15  */
16 
21 #pragma once
22 
23 #ifdef __cplusplus
24 extern "C" {
25 #endif
26 
27 /* BrushGpencilSettings->preset_type.
28  * Use a range for each group and not continuous values.*/
29 typedef enum eGPBrush_Presets {
31 
32  /* Draw 1-99. */
47 
48  /* Vertex Paint 100-199. */
54 
55  /* Sculpt 200-299. */
65 
66  /* Weight Paint 300-399. */
69 
70 /* BrushGpencilSettings->flag */
71 typedef enum eGPDbrush_Flag {
72  /* brush use pressure */
74  /* brush use pressure for alpha factor */
76  /* brush use pressure for alpha factor */
78  /* Disable automatic zoom for filling. */
80  /* Show extend fill help lines. */
82  /* fill hide transparent */
83  GP_BRUSH_FILL_HIDE = (1 << 6),
84  /* show fill help lines */
86  /* lazy mouse */
88  /* lazy mouse override (internal only) */
90  /* default eraser brush for quick switch */
92  /* settings group */
94  /* Random settings group */
95  GP_BRUSH_GROUP_RANDOM = (1 << 12),
96  /* Keep material assigned to brush */
98  /* Do not show fill color while drawing (no lasso mode) */
100  /* Do not erase strokes oLcluded */
102  /* Post process trim stroke */
103  GP_BRUSH_TRIM_STROKE = (1 << 16),
105 
106 typedef enum eGPDbrush_Flag2 {
107  /* Brush use random Hue at stroke level */
109  /* Brush use random Saturation at stroke level */
111  /* Brush use random Value at stroke level */
113  /* Brush use random Pressure at stroke level */
115  /* Brush use random Strength at stroke level */
117  /* Brush use random UV at stroke level */
119  /* Brush use Hue random pressure */
121  /* Brush use Saturation random pressure */
123  /* Brush use Value random pressure */
125  /* Brush use Pressure random pressure */
127  /* Brush use Strength random pressure */
129  /* Brush use UV random pressure */
132 
133 /* BrushGpencilSettings->gp_fill_draw_mode */
134 typedef enum eGP_FillDrawModes {
139 
140 /* BrushGpencilSettings->fill_layer_mode */
141 typedef enum eGP_FillLayerModes {
149 
150 /* BrushGpencilSettings->gp_eraser_mode */
151 typedef enum eGP_BrushEraserMode {
156 
157 /* BrushGpencilSettings->brush_draw_mode */
158 typedef enum eGP_BrushMode {
163 
164 /* BrushGpencilSettings default brush icons */
165 typedef enum eGP_BrushIcons {
195 
196 typedef enum eBrushCurvePreset {
208 
209 typedef enum eBrushDeformTarget {
213 
221 
222 typedef enum eBrushClothDeformType {
232 
237 
242 
248 
249 typedef enum eBrushPoseDeformType {
254 
255 typedef enum eBrushPoseOriginType {
260 
261 typedef enum eBrushSmearDeformType {
266 
267 typedef enum eBrushSlideDeformType {
272 
281 
288 
293 
294 /* Gpencilsettings.Vertex_mode */
295 typedef enum eGp_Vertex_Mode {
296  /* Affect to Stroke only. */
298  /* Affect to Fill only. */
300  /* Affect to both. */
303 
304 /* sculpt_flag */
305 typedef enum eGP_Sculpt_Flag {
306  /* invert the effect of the brush */
308  /* temporary invert action */
311 
312 /* sculpt_mode_flag */
313 typedef enum eGP_Sculpt_Mode_Flag {
314  /* apply brush to position */
316  /* apply brush to strength */
318  /* apply brush to thickness */
320  /* apply brush to uv data */
323 
324 typedef enum eAutomasking_flag {
330 
331 typedef enum ePaintBrush_flag {
343 
344 /* Brush.gradient_source */
346  BRUSH_GRADIENT_PRESSURE = 0, /* gradient from pressure */
347  BRUSH_GRADIENT_SPACING_REPEAT = 1, /* gradient from spacing */
348  BRUSH_GRADIENT_SPACING_CLAMP = 2, /* gradient from spacing */
350 
352  BRUSH_GRADIENT_LINEAR = 0, /* gradient from pressure */
353  BRUSH_GRADIENT_RADIAL = 1, /* gradient from spacing */
355 
356 /* Brush.flag */
357 typedef enum eBrushFlags {
358  BRUSH_AIRBRUSH = (1 << 0),
366  BRUSH_ANCHORED = (1 << 8),
367  BRUSH_DIR_IN = (1 << 9),
368  BRUSH_SPACE = (1 << 10),
369  BRUSH_SMOOTH_STROKE = (1 << 11),
370  BRUSH_PERSISTENT = (1 << 12),
371  BRUSH_ACCUMULATE = (1 << 13),
372  BRUSH_LOCK_ALPHA = (1 << 14),
375  BRUSH_SCENE_SPACING = (1 << 17),
376  BRUSH_SPACE_ATTEN = (1 << 18),
377  BRUSH_ADAPTIVE_SPACE = (1 << 19),
378  BRUSH_LOCK_SIZE = (1 << 20),
379  BRUSH_USE_GRADIENT = (1 << 21),
380  BRUSH_EDGE_TO_EDGE = (1 << 22),
381  BRUSH_DRAG_DOT = (1 << 23),
384  BRUSH_PLANE_TRIM = (1 << 26),
385  BRUSH_FRONTFACE = (1 << 27),
386  BRUSH_CUSTOM_ICON = (1 << 28),
387  BRUSH_LINE = (1 << 29),
389  BRUSH_CURVE = (1u << 31),
391 
392 /* Brush.sampling_flag */
393 typedef enum eBrushSamplingFlags {
396 
397 /* Brush.flag2 */
398 typedef enum eBrushFlags2 {
409 
410 typedef enum {
414 
415 /* Brush.overlay_flags */
416 typedef enum eOverlayFlags {
424 
425 #define BRUSH_OVERLAY_OVERRIDE_MASK \
426  (BRUSH_OVERLAY_CURSOR_OVERRIDE_ON_STROKE | BRUSH_OVERLAY_PRIMARY_OVERRIDE_ON_STROKE | \
427  BRUSH_OVERLAY_SECONDARY_OVERRIDE_ON_STROKE)
428 
429 /* Brush.sculpt_tool */
430 typedef enum eBrushSculptTool {
464 
465 /* Brush.uv_sculpt_tool */
466 typedef enum eBrushUVSculptTool {
471 
473 #define SCULPT_TOOL_HAS_ACCUMULATE(t) \
474  ELEM(t, \
475  SCULPT_TOOL_DRAW, \
476  SCULPT_TOOL_DRAW_SHARP, \
477  SCULPT_TOOL_SLIDE_RELAX, \
478  SCULPT_TOOL_CREASE, \
479  SCULPT_TOOL_BLOB, \
480  SCULPT_TOOL_INFLATE, \
481  SCULPT_TOOL_CLAY, \
482  SCULPT_TOOL_CLAY_STRIPS, \
483  SCULPT_TOOL_CLAY_THUMB, \
484  SCULPT_TOOL_ROTATE, \
485  SCULPT_TOOL_SCRAPE, \
486  SCULPT_TOOL_FLATTEN)
487 
488 #define SCULPT_TOOL_HAS_NORMAL_WEIGHT(t) \
489  ELEM(t, SCULPT_TOOL_GRAB, SCULPT_TOOL_SNAKE_HOOK, SCULPT_TOOL_ELASTIC_DEFORM)
490 
491 #define SCULPT_TOOL_HAS_RAKE(t) ELEM(t, SCULPT_TOOL_SNAKE_HOOK)
492 
493 #define SCULPT_TOOL_HAS_DYNTOPO(t) \
494  (ELEM(t, /* These brushes, as currently coded, cannot support dynamic topology */ \
495  SCULPT_TOOL_GRAB, \
496  SCULPT_TOOL_ROTATE, \
497  SCULPT_TOOL_CLOTH, \
498  SCULPT_TOOL_THUMB, \
499  SCULPT_TOOL_LAYER, \
500  SCULPT_TOOL_DISPLACEMENT_ERASER, \
501  SCULPT_TOOL_DRAW_SHARP, \
502  SCULPT_TOOL_SLIDE_RELAX, \
503  SCULPT_TOOL_ELASTIC_DEFORM, \
504  SCULPT_TOOL_BOUNDARY, \
505  SCULPT_TOOL_POSE, \
506  SCULPT_TOOL_DRAW_FACE_SETS, \
507  SCULPT_TOOL_PAINT, \
508  SCULPT_TOOL_SMEAR, \
509 \
510  /* These brushes could handle dynamic topology, \ \
511  * but user feedback indicates it's better not to */ \
512  SCULPT_TOOL_SMOOTH, \
513  SCULPT_TOOL_MASK) == 0)
514 
515 #define SCULPT_TOOL_HAS_TOPOLOGY_RAKE(t) \
516  (ELEM(t, /* These brushes, as currently coded, cannot support topology rake. */ \
517  SCULPT_TOOL_GRAB, \
518  SCULPT_TOOL_ROTATE, \
519  SCULPT_TOOL_THUMB, \
520  SCULPT_TOOL_DRAW_SHARP, \
521  SCULPT_TOOL_DISPLACEMENT_ERASER, \
522  SCULPT_TOOL_SLIDE_RELAX, \
523  SCULPT_TOOL_MASK) == 0)
524 
525 /* ImagePaintSettings.tool */
526 typedef enum eBrushImagePaintTool {
534 
535 typedef enum eBrushVertexPaintTool {
541 
542 typedef enum eBrushWeightPaintTool {
548 
549 /* BrushGpencilSettings->brush type */
550 typedef enum eBrushGPaintTool {
556 
557 /* BrushGpencilSettings->brush type */
558 typedef enum eBrushGPVertexTool {
566 
567 /* BrushGpencilSettings->brush type */
568 typedef enum eBrushGPSculptTool {
579 
580 /* BrushGpencilSettings->brush type */
581 typedef enum eBrushGPWeightTool {
584 
585 /* direction that the brush displaces along */
586 enum {
591  SCULPT_DISP_DIR_Z = 4,
592 };
593 
594 typedef enum {
596  BRUSH_MASK_SMOOTH = 1,
597 } BrushMaskTool;
598 
599 /* blur kernel types, Brush.blur_mode */
600 typedef enum eBlurKernelType {
604 
605 /* Brush.falloff_shape */
606 enum {
609 };
610 
611 #define MAX_BRUSH_PIXEL_RADIUS 500
612 #define GP_MAX_BRUSH_PIXEL_RADIUS 1000
613 
614 #ifdef __cplusplus
615 }
616 #endif
eBrushGPaintTool
@ GPAINT_TOOL_ERASE
@ GPAINT_TOOL_FILL
@ GPAINT_TOOL_DRAW
@ GPAINT_TOOL_TINT
eGP_Sculpt_Flag
@ GP_SCULPT_FLAG_TMP_INVERT
@ GP_SCULPT_FLAG_INVERT
eGPDbrush_Flag2
@ GP_BRUSH_USE_SAT_RAND_PRESS
@ GP_BRUSH_USE_STRENGTH_RAND_PRESS
@ GP_BRUSH_USE_VAL_RAND_PRESS
@ GP_BRUSH_USE_HUE_RAND_PRESS
@ GP_BRUSH_USE_STRENGTH_AT_STROKE
@ GP_BRUSH_USE_UV_RAND_PRESS
@ GP_BRUSH_USE_HUE_AT_STROKE
@ GP_BRUSH_USE_VAL_AT_STROKE
@ GP_BRUSH_USE_SAT_AT_STROKE
@ GP_BRUSH_USE_PRESS_AT_STROKE
@ GP_BRUSH_USE_UV_AT_STROKE
@ GP_BRUSH_USE_PRESSURE_RAND_PRESS
eBrushSamplingFlags
@ BRUSH_PAINT_ANTIALIASING
eBlurKernelType
@ KERNEL_BOX
@ KERNEL_GAUSSIAN
eGP_FillDrawModes
@ GP_FILL_DMODE_STROKE
@ GP_FILL_DMODE_CONTROL
@ GP_FILL_DMODE_BOTH
eBrushGPWeightTool
@ GPWEIGHT_TOOL_DRAW
eBrushGPVertexTool
@ GPVERTEX_TOOL_AVERAGE
@ GPVERTEX_TOOL_TINT
@ GPVERTEX_TOOL_REPLACE
@ GPVERTEX_TOOL_DRAW
@ GPVERTEX_TOOL_BLUR
@ GPVERTEX_TOOL_SMEAR
eGP_Sculpt_Mode_Flag
@ GP_SCULPT_FLAGMODE_APPLY_UV
@ GP_SCULPT_FLAGMODE_APPLY_POSITION
@ GP_SCULPT_FLAGMODE_APPLY_THICKNESS
@ GP_SCULPT_FLAGMODE_APPLY_STRENGTH
eBrushCurvePreset
@ BRUSH_CURVE_CUSTOM
@ BRUSH_CURVE_SHARP
@ BRUSH_CURVE_INVSQUARE
@ BRUSH_CURVE_SPHERE
@ BRUSH_CURVE_CONSTANT
@ BRUSH_CURVE_POW4
@ BRUSH_CURVE_ROOT
@ BRUSH_CURVE_SMOOTH
@ BRUSH_CURVE_SMOOTHER
@ BRUSH_CURVE_LIN
eAutomasking_flag
@ BRUSH_AUTOMASKING_BOUNDARY_EDGES
@ BRUSH_AUTOMASKING_BOUNDARY_FACE_SETS
@ BRUSH_AUTOMASKING_FACE_SETS
@ BRUSH_AUTOMASKING_TOPOLOGY
eBrushDeformTarget
@ BRUSH_DEFORM_TARGET_CLOTH_SIM
@ BRUSH_DEFORM_TARGET_GEOMETRY
eBrushPoseDeformType
@ BRUSH_POSE_DEFORM_SQUASH_STRETCH
@ BRUSH_POSE_DEFORM_ROTATE_TWIST
@ BRUSH_POSE_DEFORM_SCALE_TRASLATE
eBrushSmearDeformType
@ BRUSH_SMEAR_DEFORM_PINCH
@ BRUSH_SMEAR_DEFORM_EXPAND
@ BRUSH_SMEAR_DEFORM_DRAG
eGP_BrushMode
@ GP_BRUSH_MODE_VERTEXCOLOR
@ GP_BRUSH_MODE_MATERIAL
@ GP_BRUSH_MODE_ACTIVE
eGPDbrush_Flag
@ GP_BRUSH_FILL_SHOW_HELPLINES
@ GP_BRUSH_STABILIZE_MOUSE
@ GP_BRUSH_STABILIZE_MOUSE_TEMP
@ GP_BRUSH_GROUP_RANDOM
@ GP_BRUSH_DISSABLE_LASSO
@ GP_BRUSH_FILL_HIDE
@ GP_BRUSH_TRIM_STROKE
@ GP_BRUSH_OCCLUDE_ERASER
@ GP_BRUSH_DEFAULT_ERASER
@ GP_BRUSH_USE_STRENGTH_PRESSURE
@ GP_BRUSH_GROUP_SETTINGS
@ GP_BRUSH_MATERIAL_PINNED
@ GP_BRUSH_FILL_SHOW_EXTENDLINES
@ GP_BRUSH_FILL_FIT_DISABLE
@ GP_BRUSH_USE_JITTER_PRESSURE
@ GP_BRUSH_USE_PRESSURE
eBrushFlags
@ BRUSH_OFFSET_PRESSURE
@ BRUSH_ORIGINAL_NORMAL
@ BRUSH_ALPHA_PRESSURE
@ BRUSH_SPACE_ATTEN
@ BRUSH_LOCK_ALPHA
@ BRUSH_FRONTFACE
@ BRUSH_ADAPTIVE_SPACE
@ BRUSH_DRAG_DOT
@ BRUSH_SPACING_PRESSURE
@ BRUSH_LINE
@ BRUSH_CURVE
@ BRUSH_GRAB_ACTIVE_VERTEX
@ BRUSH_EDGE_TO_EDGE
@ BRUSH_SMOOTH_STROKE
@ BRUSH_ORIGINAL_PLANE
@ BRUSH_ACCUMULATE
@ BRUSH_DIR_IN
@ BRUSH_ANCHORED
@ BRUSH_FRONTFACE_FALLOFF
@ BRUSH_CUSTOM_ICON
@ BRUSH_JITTER_PRESSURE
@ BRUSH_PLANE_TRIM
@ BRUSH_LOCK_SIZE
@ BRUSH_INVERSE_SMOOTH_PRESSURE
@ BRUSH_ABSOLUTE_JITTER
@ BRUSH_USE_GRADIENT
@ BRUSH_SCENE_SPACING
@ BRUSH_PERSISTENT
@ BRUSH_SIZE_PRESSURE
@ BRUSH_AIRBRUSH
@ BRUSH_SPACE
@ BRUSH_INVERT_TO_SCRAPE_FILL
eBrushWeightPaintTool
@ WPAINT_TOOL_BLUR
@ WPAINT_TOOL_AVERAGE
@ WPAINT_TOOL_SMEAR
@ WPAINT_TOOL_DRAW
eBrushClothDeformType
@ BRUSH_CLOTH_DEFORM_DRAG
@ BRUSH_CLOTH_DEFORM_EXPAND
@ BRUSH_CLOTH_DEFORM_GRAB
@ BRUSH_CLOTH_DEFORM_PINCH_POINT
@ BRUSH_CLOTH_DEFORM_PUSH
@ BRUSH_CLOTH_DEFORM_INFLATE
@ BRUSH_CLOTH_DEFORM_SNAKE_HOOK
@ BRUSH_CLOTH_DEFORM_PINCH_PERPENDICULAR
eBrushSnakeHookDeformType
@ BRUSH_SNAKE_HOOK_DEFORM_ELASTIC
@ BRUSH_SNAKE_HOOK_DEFORM_FALLOFF
eBrushSculptTool
@ SCULPT_TOOL_SMOOTH
@ SCULPT_TOOL_CLOTH
@ SCULPT_TOOL_DRAW_SHARP
@ SCULPT_TOOL_NUDGE
@ SCULPT_TOOL_SCRAPE
@ SCULPT_TOOL_THUMB
@ SCULPT_TOOL_SIMPLIFY
@ SCULPT_TOOL_DRAW_FACE_SETS
@ SCULPT_TOOL_GRAB
@ SCULPT_TOOL_INFLATE
@ SCULPT_TOOL_CLAY_THUMB
@ SCULPT_TOOL_DRAW
@ SCULPT_TOOL_FLATTEN
@ SCULPT_TOOL_BOUNDARY
@ SCULPT_TOOL_PAINT
@ SCULPT_TOOL_PINCH
@ SCULPT_TOOL_BLOB
@ SCULPT_TOOL_FILL
@ SCULPT_TOOL_POSE
@ SCULPT_TOOL_LAYER
@ SCULPT_TOOL_DISPLACEMENT_ERASER
@ SCULPT_TOOL_SLIDE_RELAX
@ SCULPT_TOOL_SMEAR
@ SCULPT_TOOL_DISPLACEMENT_SMEAR
@ SCULPT_TOOL_CLAY
@ SCULPT_TOOL_MASK
@ SCULPT_TOOL_MULTIPLANE_SCRAPE
@ SCULPT_TOOL_ROTATE
@ SCULPT_TOOL_ELASTIC_DEFORM
@ SCULPT_TOOL_SNAKE_HOOK
@ SCULPT_TOOL_CLAY_STRIPS
@ SCULPT_TOOL_CREASE
BrushMaskPressureFlags
@ BRUSH_MASK_PRESSURE_RAMP
@ BRUSH_MASK_PRESSURE_CUTOFF
eGP_BrushEraserMode
@ GP_BRUSH_ERASER_SOFT
@ GP_BRUSH_ERASER_STROKE
@ GP_BRUSH_ERASER_HARD
eBrushVertexPaintTool
@ VPAINT_TOOL_BLUR
@ VPAINT_TOOL_DRAW
@ VPAINT_TOOL_SMEAR
@ VPAINT_TOOL_AVERAGE
eBrushElasticDeformType
@ BRUSH_ELASTIC_DEFORM_SCALE
@ BRUSH_ELASTIC_DEFORM_GRAB
@ BRUSH_ELASTIC_DEFORM_TWIST
@ BRUSH_ELASTIC_DEFORM_GRAB_BISCALE
@ BRUSH_ELASTIC_DEFORM_GRAB_TRISCALE
eBrushGradientSourceStroke
@ BRUSH_GRADIENT_SPACING_CLAMP
@ BRUSH_GRADIENT_PRESSURE
@ BRUSH_GRADIENT_SPACING_REPEAT
eBrushUVSculptTool
@ UV_SCULPT_TOOL_GRAB
@ UV_SCULPT_TOOL_RELAX
@ UV_SCULPT_TOOL_PINCH
eBrushImagePaintTool
@ PAINT_TOOL_CLONE
@ PAINT_TOOL_SMEAR
@ PAINT_TOOL_SOFTEN
@ PAINT_TOOL_MASK
@ PAINT_TOOL_FILL
@ PAINT_TOOL_DRAW
eBrushSmoothDeformType
@ BRUSH_SMOOTH_DEFORM_SURFACE
@ BRUSH_SMOOTH_DEFORM_LAPLACIAN
eBrushGPSculptTool
@ GPSCULPT_TOOL_GRAB
@ GPSCULPT_TOOL_TWIST
@ GPSCULPT_TOOL_PUSH
@ GPSCULPT_TOOL_STRENGTH
@ GPSCULPT_TOOL_PINCH
@ GPSCULPT_TOOL_SMOOTH
@ GPSCULPT_TOOL_CLONE
@ GPSCULPT_TOOL_THICKNESS
@ GPSCULPT_TOOL_RANDOMIZE
ePaintBrush_flag
@ BRUSH_PAINT_WET_MIX_PRESSURE
@ BRUSH_PAINT_HARDNESS_PRESSURE
@ BRUSH_PAINT_FLOW_PRESSURE
@ BRUSH_PAINT_DENSITY_PRESSURE
@ BRUSH_PAINT_WET_PERSISTENCE_PRESSURE
@ BRUSH_PAINT_WET_MIX_PRESSURE_INVERT
@ BRUSH_PAINT_HARDNESS_PRESSURE_INVERT
@ BRUSH_PAINT_FLOW_PRESSURE_INVERT
@ BRUSH_PAINT_DENSITY_PRESSURE_INVERT
@ BRUSH_PAINT_WET_PERSISTENCE_PRESSURE_INVERT
enum eBrushBoundaryDeformType eBrushBushBoundaryDeformType
@ PAINT_FALLOFF_SHAPE_SPHERE
@ PAINT_FALLOFF_SHAPE_TUBE
@ SCULPT_DISP_DIR_VIEW
@ SCULPT_DISP_DIR_X
@ SCULPT_DISP_DIR_Z
@ SCULPT_DISP_DIR_Y
@ SCULPT_DISP_DIR_AREA
eOverlayFlags
@ BRUSH_OVERLAY_SECONDARY_OVERRIDE_ON_STROKE
@ BRUSH_OVERLAY_PRIMARY_OVERRIDE_ON_STROKE
@ BRUSH_OVERLAY_SECONDARY
@ BRUSH_OVERLAY_CURSOR
@ BRUSH_OVERLAY_CURSOR_OVERRIDE_ON_STROKE
@ BRUSH_OVERLAY_PRIMARY
eGP_BrushIcons
@ GP_BRUSH_ICON_ERASE_SOFT
@ GP_BRUSH_ICON_GPBRUSH_RANDOMIZE
@ GP_BRUSH_ICON_VERTEX_BLUR
@ GP_BRUSH_ICON_TINT
@ GP_BRUSH_ICON_FILL
@ GP_BRUSH_ICON_PENCIL
@ GP_BRUSH_ICON_GPBRUSH_GRAB
@ GP_BRUSH_ICON_GPBRUSH_STRENGTH
@ GP_BRUSH_ICON_INKNOISE
@ GP_BRUSH_ICON_GPBRUSH_TWIST
@ GP_BRUSH_ICON_PEN
@ GP_BRUSH_ICON_VERTEX_REPLACE
@ GP_BRUSH_ICON_MARKER
@ GP_BRUSH_ICON_VERTEX_DRAW
@ GP_BRUSH_ICON_BLOCK
@ GP_BRUSH_ICON_GPBRUSH_WEIGHT
@ GP_BRUSH_ICON_INK
@ GP_BRUSH_ICON_GPBRUSH_PINCH
@ GP_BRUSH_ICON_VERTEX_SMEAR
@ GP_BRUSH_ICON_GPBRUSH_THICKNESS
@ GP_BRUSH_ICON_AIRBRUSH
@ GP_BRUSH_ICON_GPBRUSH_CLONE
@ GP_BRUSH_ICON_CHISEL
@ GP_BRUSH_ICON_ERASE_STROKE
@ GP_BRUSH_ICON_ERASE_HARD
@ GP_BRUSH_ICON_GPBRUSH_SMOOTH
@ GP_BRUSH_ICON_GPBRUSH_PUSH
@ GP_BRUSH_ICON_VERTEX_AVERAGE
eBrushGradientSourceFill
@ BRUSH_GRADIENT_LINEAR
@ BRUSH_GRADIENT_RADIAL
eGPBrush_Presets
@ GP_BRUSH_PRESET_PENCIL_SOFT
@ GP_BRUSH_PRESET_TWIST_STROKE
@ GP_BRUSH_PRESET_PUSH_STROKE
@ GP_BRUSH_PRESET_MARKER_CHISEL
@ GP_BRUSH_PRESET_ERASER_HARD
@ GP_BRUSH_PRESET_VERTEX_AVERAGE
@ GP_BRUSH_PRESET_INK_PEN
@ GP_BRUSH_PRESET_INK_PEN_ROUGH
@ GP_BRUSH_PRESET_PENCIL
@ GP_BRUSH_PRESET_ERASER_STROKE
@ GP_BRUSH_PRESET_DRAW_WEIGHT
@ GP_BRUSH_PRESET_ERASER_POINT
@ GP_BRUSH_PRESET_VERTEX_BLUR
@ GP_BRUSH_PRESET_MARKER_BOLD
@ GP_BRUSH_PRESET_FILL_AREA
@ GP_BRUSH_PRESET_VERTEX_DRAW
@ GP_BRUSH_PRESET_VERTEX_REPLACE
@ GP_BRUSH_PRESET_SMOOTH_STROKE
@ GP_BRUSH_PRESET_GRAB_STROKE
@ GP_BRUSH_PRESET_AIRBRUSH
@ GP_BRUSH_PRESET_TINT
@ GP_BRUSH_PRESET_CLONE_STROKE
@ GP_BRUSH_PRESET_ERASER_SOFT
@ GP_BRUSH_PRESET_THICKNESS_STROKE
@ GP_BRUSH_PRESET_STRENGTH_STROKE
@ GP_BRUSH_PRESET_UNKNOWN
@ GP_BRUSH_PRESET_RANDOMIZE_STROKE
@ GP_BRUSH_PRESET_VERTEX_SMEAR
@ GP_BRUSH_PRESET_PINCH_STROKE
@ GP_BRUSH_PRESET_PEN
eBrushBoundaryDeformType
@ BRUSH_BOUNDARY_DEFORM_GRAB
@ BRUSH_BOUNDARY_DEFORM_TWIST
@ BRUSH_BOUNDARY_DEFORM_BEND
@ BRUSH_BOUNDARY_DEFORM_EXPAND
@ BRUSH_BOUNDARY_DEFORM_INFLATE
@ BRUSH_BOUNDARY_DEFORM_SMOOTH
eBrushFlags2
@ BRUSH_GRAB_SILHOUETTE
@ BRUSH_CLOTH_PIN_SIMULATION_BOUNDARY
@ BRUSH_AREA_RADIUS_PRESSURE
@ BRUSH_MULTIPLANE_SCRAPE_PLANES_PREVIEW
@ BRUSH_MULTIPLANE_SCRAPE_DYNAMIC
@ BRUSH_USE_CONNECTED_ONLY
@ BRUSH_POSE_USE_LOCK_ROTATION
@ BRUSH_POSE_IK_ANCHORED
@ BRUSH_CLOTH_USE_COLLISION
BrushMaskTool
@ BRUSH_MASK_DRAW
@ BRUSH_MASK_SMOOTH
eBrushClothForceFalloffType
@ BRUSH_CLOTH_FORCE_FALLOFF_RADIAL
@ BRUSH_CLOTH_FORCE_FALLOFF_PLANE
eGp_Vertex_Mode
@ GPPAINT_MODE_STROKE
@ GPPAINT_MODE_FILL
@ GPPAINT_MODE_BOTH
eGP_FillLayerModes
@ GP_FILL_GPLMODE_ABOVE
@ GP_FILL_GPLMODE_ALL_ABOVE
@ GP_FILL_GPLMODE_VISIBLE
@ GP_FILL_GPLMODE_ALL_BELOW
@ GP_FILL_GPLMODE_BELOW
@ GP_FILL_GPLMODE_ACTIVE
eBrushClothSimulationAreaType
@ BRUSH_CLOTH_SIMULATION_AREA_LOCAL
@ BRUSH_CLOTH_SIMULATION_AREA_DYNAMIC
@ BRUSH_CLOTH_SIMULATION_AREA_GLOBAL
eBrushPoseOriginType
@ BRUSH_POSE_ORIGIN_FACE_SETS_FK
@ BRUSH_POSE_ORIGIN_TOPOLOGY
@ BRUSH_POSE_ORIGIN_FACE_SETS
eBrushSlideDeformType
@ BRUSH_SLIDE_DEFORM_DRAG
@ BRUSH_SLIDE_DEFORM_EXPAND
@ BRUSH_SLIDE_DEFORM_PINCH
eBrushBoundaryFalloffType
@ BRUSH_BOUNDARY_FALLOFF_CONSTANT
@ BRUSH_BOUNDARY_FALLOFF_LOOP
@ BRUSH_BOUNDARY_FALLOFF_LOOP_INVERT
@ BRUSH_BOUNDARY_FALLOFF_RADIUS