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>2019-02-08 01:29:08 +0300
committerCampbell Barton <ideasman42@gmail.com>2019-02-08 01:31:59 +0300
commit261d42cd843d4eba82170193ccaea960cd4376b8 (patch)
tree5d637908fd6a6b07a377959883ecb886e6e88331 /source/blender/editors/sculpt_paint
parent7fdda18ca1317d9c911ce279a7c261eff9c75709 (diff)
Cleanup: clear deprecated flags
Diffstat (limited to 'source/blender/editors/sculpt_paint')
-rw-r--r--source/blender/editors/sculpt_paint/sculpt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/sculpt_paint/sculpt.c b/source/blender/editors/sculpt_paint/sculpt.c
index b994a688f86..cf580e093fd 100644
--- a/source/blender/editors/sculpt_paint/sculpt.c
+++ b/source/blender/editors/sculpt_paint/sculpt.c
@@ -4094,7 +4094,7 @@ void sculpt_cache_calc_brushdata_symm(
/* XXX This reduces the length of the grab delta if it approaches the line of symmetry
* XXX However, a different approach appears to be needed */
#if 0
- if (sd->paint.symmetry_flags & SCULPT_SYMMETRY_FEATHER) {
+ if (sd->paint.symmetry_flags & PAINT_SYMMETRY_FEATHER) {
float frac = 1.0f / max_overlap_count(sd);
float reduce = (feather - frac) / (1 - frac);