Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2016-02-09 17:48:02 +0300
committerCampbell Barton <ideasman42@gmail.com>2016-02-09 17:48:02 +0300
commit4912e0e74666a827315c370314e62fdc4827aed8 (patch)
tree20d5cafc3f86a082ef13f3e70e285c124089d38e /source/blender/editors/sculpt_paint/paint_intern.h
parent24e6411be6d0795d3107cc2d5dca8ae838e54663 (diff)
Fix T47339: Unified color not used w/ radial control
Diffstat (limited to 'source/blender/editors/sculpt_paint/paint_intern.h')
-rw-r--r--source/blender/editors/sculpt_paint/paint_intern.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/source/blender/editors/sculpt_paint/paint_intern.h b/source/blender/editors/sculpt_paint/paint_intern.h
index a3d74956d90..b6a7d671882 100644
--- a/source/blender/editors/sculpt_paint/paint_intern.h
+++ b/source/blender/editors/sculpt_paint/paint_intern.h
@@ -249,7 +249,8 @@ typedef enum {
RC_ROTATION = 2,
RC_ZOOM = 4,
RC_WEIGHT = 8,
- RC_SECONDARY_ROTATION = 16
+ RC_SECONDARY_ROTATION = 16,
+ RC_COLOR_OVERRIDE = 32,
} RCFlags;
void set_brush_rc_props(struct PointerRNA *ptr, const char *paint, const char *prop, const char *secondary_prop,