From 0eb902798789835dd651d3f5d2316d01c4f00736 Mon Sep 17 00:00:00 2001 From: Rahul Chaudhary Date: Thu, 8 Oct 2020 09:50:03 -0500 Subject: UI: Add icons for new face set tools This patch adds missing icons for the new sculpt face set tools, and updates the mask icons to be more consistent with the changes. Currently draw face sets and draw mask icons are inconsistent and don't relate to drawing/painting masks or face sets. This commit makes the icons consistent and reusable for future tools like sculpt vertex colors. Differential Revision: https://developer.blender.org/D8875 --- source/blender/editors/datafiles/CMakeLists.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'source/blender/editors/datafiles/CMakeLists.txt') diff --git a/source/blender/editors/datafiles/CMakeLists.txt b/source/blender/editors/datafiles/CMakeLists.txt index b8cc704eb23..7526b390b32 100644 --- a/source/blender/editors/datafiles/CMakeLists.txt +++ b/source/blender/editors/datafiles/CMakeLists.txt @@ -742,9 +742,12 @@ set_property(GLOBAL PROPERTY ICON_GEOM_NAMES ops.pose.breakdowner ops.pose.push ops.pose.relax + ops.sculpt.border_face_set ops.sculpt.border_hide ops.sculpt.border_mask ops.sculpt.cloth_filter + ops.sculpt.face_set_edit + ops.sculpt.lasso_face_set ops.sculpt.lasso_mask ops.sculpt.mesh_filter ops.sequencer.blade -- cgit v1.2.3