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
path: root/source
diff options
context:
space:
mode:
authorPablo Vazquez <pablo@blender.org>2022-10-17 15:11:11 +0300
committerPablo Vazquez <pablo@blender.org>2022-10-17 15:11:21 +0300
commit69e7274d4f58f76e750b7104c1bc0334243a9b91 (patch)
treec32f0c39394fc64be7e484262e34136fd49c6367 /source
parente96ad822b382c131f9f55857364b330f6fff1521 (diff)
Brush: Fix mismatch in DNA Brush defaults
Missed changing the DNA brush default in rBdb40b6 Thanks to SteffenD for reporting in blender.chat!
Diffstat (limited to 'source')
-rw-r--r--source/blender/makesdna/DNA_brush_defaults.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/makesdna/DNA_brush_defaults.h b/source/blender/makesdna/DNA_brush_defaults.h
index 348e8f4e098..6e88275672a 100644
--- a/source/blender/makesdna/DNA_brush_defaults.h
+++ b/source/blender/makesdna/DNA_brush_defaults.h
@@ -92,7 +92,7 @@
.hardness = 0.0f, \
.automasking_boundary_edges_propagation_steps = 1, \
.automasking_cavity_blur_steps = 0,\
- .automasking_cavity_factor = 0.5f,\
+ .automasking_cavity_factor = 1.0f,\
\
/* A kernel radius of 1 has almost no effect (T63233). */ \
.blur_kernel_radius = 2, \