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:
authorJoseph Eagar <joeedh@gmail.com>2022-09-27 21:25:03 +0300
committerJoseph Eagar <joeedh@gmail.com>2022-09-27 21:25:03 +0300
commit2c1bc8e45189e8242848cb2c5be5fe357e35b2d5 (patch)
tree9a12fa09ad03a08ef0deebdad85581d40ad77065 /source/blender/blenkernel
parent6e6461c84c76f47a169d561bd932011709847d33 (diff)
temp-sculpt-cavity-mask: Make requested patch changes
Diffstat (limited to 'source/blender/blenkernel')
-rw-r--r--source/blender/blenkernel/intern/brush.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/blenkernel/intern/brush.cc b/source/blender/blenkernel/intern/brush.cc
index f7bbd50aafa..fb8a6785f64 100644
--- a/source/blender/blenkernel/intern/brush.cc
+++ b/source/blender/blenkernel/intern/brush.cc
@@ -1713,7 +1713,7 @@ void BKE_brush_sculpt_reset(Brush *br)
/* Note that sculpt defaults where set when 0.5 was the default (now it's 1.0)
* assign this so logic below can remain the same. */
br->alpha = 0.5f;
-
+
/* Brush settings */
switch (br->sculpt_tool) {
case SCULPT_TOOL_DRAW_SHARP: