[Bf-blender-cvs] [f66fc94da68] master: UI: Add sculpt cloth filter tool icon

Hans Goudey noreply at git.blender.org
Thu Aug 13 16:04:13 CEST 2020


Commit: f66fc94da6865908a180e08d518947eda5f5ab8a
Author: Hans Goudey
Date:   Thu Aug 13 10:03:44 2020 -0400
Branches: master
https://developer.blender.org/rBf66fc94da6865908a180e08d518947eda5f5ab8a

UI: Add sculpt cloth filter tool icon

This icon mimics the details of the cloth brush icon while using the
frame style extablished for the other "filter" tools.

Differential Revision: https://developer.blender.org/D8467

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

A	release/datafiles/icons/ops.sculpt.cloth_filter.dat
M	source/blender/editors/datafiles/CMakeLists.txt

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

diff --git a/release/datafiles/icons/ops.sculpt.cloth_filter.dat b/release/datafiles/icons/ops.sculpt.cloth_filter.dat
new file mode 100644
index 00000000000..dc20c8f0bfd
Binary files /dev/null and b/release/datafiles/icons/ops.sculpt.cloth_filter.dat differ
diff --git a/source/blender/editors/datafiles/CMakeLists.txt b/source/blender/editors/datafiles/CMakeLists.txt
index 0dcb8de37f1..b8cc704eb23 100644
--- a/source/blender/editors/datafiles/CMakeLists.txt
+++ b/source/blender/editors/datafiles/CMakeLists.txt
@@ -744,6 +744,7 @@ set_property(GLOBAL PROPERTY ICON_GEOM_NAMES
   ops.pose.relax
   ops.sculpt.border_hide
   ops.sculpt.border_mask
+  ops.sculpt.cloth_filter
   ops.sculpt.lasso_mask
   ops.sculpt.mesh_filter
   ops.sequencer.blade



More information about the Bf-blender-cvs mailing list