[Bf-blender-cvs] [a857156578c] master: UI: Curves Sculpt density + smooth brushes

Dalai Felinto noreply at git.blender.org
Tue Jun 7 19:08:20 CEST 2022


Commit: a857156578c99cbfc8abd658abfeac74d09affa3
Author: Dalai Felinto
Date:   Tue Jun 7 19:06:15 2022 +0200
Branches: master
https://developer.blender.org/rBa857156578c99cbfc8abd658abfeac74d09affa3

UI: Curves Sculpt density + smooth brushes

More information in the svn log. But basically the smooth brush
is re-using the previous one we had for hair, and the density is
representing the hair root points that are removed to reach the
desired density.

Those brushes are used by D15134.

===================================================================

A	release/datafiles/icons/ops.curves.density.dat
A	release/datafiles/icons/ops.curves.sculpt_smooth.dat
M	source/blender/editors/datafiles/CMakeLists.txt

===================================================================

diff --git a/release/datafiles/icons/ops.curves.density.dat b/release/datafiles/icons/ops.curves.density.dat
new file mode 100644
index 00000000000..f336de79082
Binary files /dev/null and b/release/datafiles/icons/ops.curves.density.dat differ
diff --git a/release/datafiles/icons/ops.curves.sculpt_smooth.dat b/release/datafiles/icons/ops.curves.sculpt_smooth.dat
new file mode 100644
index 00000000000..ba4bd081f33
Binary files /dev/null and b/release/datafiles/icons/ops.curves.sculpt_smooth.dat differ
diff --git a/source/blender/editors/datafiles/CMakeLists.txt b/source/blender/editors/datafiles/CMakeLists.txt
index 59370b53995..3b975e580ba 100644
--- a/source/blender/editors/datafiles/CMakeLists.txt
+++ b/source/blender/editors/datafiles/CMakeLists.txt
@@ -772,6 +772,7 @@ set_property(GLOBAL PROPERTY ICON_GEOM_NAMES
   ops.curve.pen
   ops.curve.radius
   ops.curve.vertex_random
+  ops.curves.density
   ops.curves.sculpt_add
   ops.curves.sculpt_comb
   ops.curves.sculpt_cut
@@ -779,6 +780,7 @@ set_property(GLOBAL PROPERTY ICON_GEOM_NAMES
   ops.curves.sculpt_grow_shrink
   ops.curves.sculpt_pinch
   ops.curves.sculpt_puff
+  ops.curves.sculpt_smooth
   ops.curves.sculpt_snake_hook
   ops.generic.cursor
   ops.generic.select



More information about the Bf-blender-cvs mailing list