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:
Diffstat (limited to 'source/blender/makesdna/DNA_brush_defaults.h')
-rw-r--r--source/blender/makesdna/DNA_brush_defaults.h18
1 files changed, 18 insertions, 0 deletions
diff --git a/source/blender/makesdna/DNA_brush_defaults.h b/source/blender/makesdna/DNA_brush_defaults.h
index c3f171977a9..a73fcc7c1d3 100644
--- a/source/blender/makesdna/DNA_brush_defaults.h
+++ b/source/blender/makesdna/DNA_brush_defaults.h
@@ -42,7 +42,13 @@
.size = 35, /* radius of the brush in pixels */ \
.alpha = 1.0f, /* brush strength/intensity probably variable should be renamed? */ \
.autosmooth_factor = 0.0f, \
+ .autosmooth_projection = 0.0f,\
+ .autosmooth_radius_factor = 1.0f,\
+ .autosmooth_spacing = 12,\
.topology_rake_factor = 0.0f, \
+ .topology_rake_projection = 1.0f,\
+ .topology_rake_radius_factor = 1.0f,\
+ .topology_rake_spacing = 12,\
.crease_pinch_factor = 0.5f, \
.normal_radius_factor = 0.5f, \
.wet_paint_radius_factor = 0.5f, \
@@ -111,6 +117,18 @@
\
.mtex = _DNA_DEFAULT_MTex, \
.mask_mtex = _DNA_DEFAULT_MTex, \
+ .dyntopo = {\
+ .detail_range = 0.4f,\
+ .detail_percent = 25.0f,\
+ .detail_size = 12.0f,\
+ .constant_detail = 3.0f,\
+ .flag = DYNTOPO_COLLAPSE|DYNTOPO_SUBDIVIDE,\
+ .mode = DYNTOPO_DETAIL_RELATIVE,\
+ .inherit = DYNTOPO_INHERIT_ALL,\
+ .spacing = 25,\
+ .radius_scale = 1.0f\
+ },\
+ .concave_mask_factor = 0.75f\
}
/** \} */