[Bf-blender-cvs] [f172441e30e] master: UI: Add icons for Sculpt mode Topology & Multiplane Scrape tools

William Reynish noreply at git.blender.org
Thu Dec 26 19:51:10 CET 2019


Commit: f172441e30e78be004af31217724281aa33eaac6
Author: William Reynish
Date:   Thu Dec 26 19:50:47 2019 +0100
Branches: master
https://developer.blender.org/rBf172441e30e78be004af31217724281aa33eaac6

UI: Add icons for Sculpt mode Topology & Multiplane Scrape tools

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

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

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

diff --git a/release/datafiles/icons/brush.sculpt.multiplane_scrape.dat b/release/datafiles/icons/brush.sculpt.multiplane_scrape.dat
new file mode 100644
index 00000000000..98a5b3be902
Binary files /dev/null and b/release/datafiles/icons/brush.sculpt.multiplane_scrape.dat differ
diff --git a/release/datafiles/icons/brush.sculpt.topology.dat b/release/datafiles/icons/brush.sculpt.topology.dat
new file mode 100644
index 00000000000..0d455dce556
Binary files /dev/null and b/release/datafiles/icons/brush.sculpt.topology.dat differ
diff --git a/source/blender/editors/datafiles/CMakeLists.txt b/source/blender/editors/datafiles/CMakeLists.txt
index 4cc0c865093..62bac643347 100644
--- a/source/blender/editors/datafiles/CMakeLists.txt
+++ b/source/blender/editors/datafiles/CMakeLists.txt
@@ -648,6 +648,7 @@ set_property(GLOBAL PROPERTY ICON_GEOM_NAMES
   brush.sculpt.inflate
   brush.sculpt.layer
   brush.sculpt.mask
+  brush.sculpt.multiplane_scrape
   brush.sculpt.nudge
   brush.sculpt.pinch
   brush.sculpt.pose
@@ -657,6 +658,7 @@ set_property(GLOBAL PROPERTY ICON_GEOM_NAMES
   brush.sculpt.smooth
   brush.sculpt.snake_hook
   brush.sculpt.thumb
+  brush.sculpt.topology
   brush.uv_sculpt.grab
   brush.uv_sculpt.pinch
   brush.uv_sculpt.relax



More information about the Bf-blender-cvs mailing list