[Bf-blender-cvs] [acbda123ad0] master: UI: Icon for Multires Displacement Smear Tool

Rahul Chaudhary noreply at git.blender.org
Mon Jan 11 22:31:46 CET 2021


Commit: acbda123ad08eec59f9393da12d68bc971a063ef
Author: Rahul Chaudhary
Date:   Mon Jan 11 15:30:26 2021 -0600
Branches: master
https://developer.blender.org/rBacbda123ad08eec59f9393da12d68bc971a063ef

UI: Icon for Multires Displacement Smear Tool

This commit adds the icon for the new tool.

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

A	release/datafiles/icons/brush.sculpt.displacement_smear.dat
M	source/blender/editors/datafiles/CMakeLists.txt

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

diff --git a/release/datafiles/icons/brush.sculpt.displacement_smear.dat b/release/datafiles/icons/brush.sculpt.displacement_smear.dat
new file mode 100644
index 00000000000..5d422130ea3
Binary files /dev/null and b/release/datafiles/icons/brush.sculpt.displacement_smear.dat differ
diff --git a/source/blender/editors/datafiles/CMakeLists.txt b/source/blender/editors/datafiles/CMakeLists.txt
index 337fb18f835..bd37df49e39 100644
--- a/source/blender/editors/datafiles/CMakeLists.txt
+++ b/source/blender/editors/datafiles/CMakeLists.txt
@@ -645,6 +645,7 @@ set_property(GLOBAL PROPERTY ICON_GEOM_NAMES
   brush.sculpt.cloth
   brush.sculpt.crease
   brush.sculpt.displacement_eraser
+  brush.sculpt.displacement_smear
   brush.sculpt.draw
   brush.sculpt.draw_face_sets
   brush.sculpt.draw_sharp



More information about the Bf-blender-cvs mailing list