UI: Add icons for new sculpt trim tools

This patch adds missing icons for the new trim tools in sculpt mode.
Although these tools recently got "add geometry" modes, it's more
essential to highlight the most important feature of the tool,
trimming, than to try to portray everything they can do.

Differential Revision: https://developer.blender.org/D8963
This commit is contained in:
Rahul Chaudhary 2020-10-08 10:37:46 -05:00 committed by Hans Goudey
parent 8f798afbdd
commit 479dc766b5
3 changed files with 2 additions and 0 deletions

Binary file not shown.

Binary file not shown.

@ -745,10 +745,12 @@ set_property(GLOBAL PROPERTY ICON_GEOM_NAMES
ops.sculpt.border_face_set ops.sculpt.border_face_set
ops.sculpt.border_hide ops.sculpt.border_hide
ops.sculpt.border_mask ops.sculpt.border_mask
ops.sculpt.box_trim
ops.sculpt.cloth_filter ops.sculpt.cloth_filter
ops.sculpt.face_set_edit ops.sculpt.face_set_edit
ops.sculpt.lasso_face_set ops.sculpt.lasso_face_set
ops.sculpt.lasso_mask ops.sculpt.lasso_mask
ops.sculpt.lasso_trim
ops.sculpt.mesh_filter ops.sculpt.mesh_filter
ops.sequencer.blade ops.sequencer.blade
ops.transform.bone_envelope ops.transform.bone_envelope