Commit: 479dc766b5f9eee29fe86b869ee0fa9edb95e5fc Author: Rahul Chaudhary Date: Thu Oct 8 10:37:46 2020 -0500 Branches: master https://developer.blender.org/rB479dc766b5f9eee29fe86b869ee0fa9edb95e5fc
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 =================================================================== A release/datafiles/icons/ops.sculpt.box_trim.dat A release/datafiles/icons/ops.sculpt.lasso_trim.dat M source/blender/editors/datafiles/CMakeLists.txt =================================================================== diff --git a/release/datafiles/icons/ops.sculpt.box_trim.dat b/release/datafiles/icons/ops.sculpt.box_trim.dat new file mode 100644 index 00000000000..c4cd2282a2a Binary files /dev/null and b/release/datafiles/icons/ops.sculpt.box_trim.dat differ diff --git a/release/datafiles/icons/ops.sculpt.lasso_trim.dat b/release/datafiles/icons/ops.sculpt.lasso_trim.dat new file mode 100644 index 00000000000..31e7919d3c5 Binary files /dev/null and b/release/datafiles/icons/ops.sculpt.lasso_trim.dat differ diff --git a/source/blender/editors/datafiles/CMakeLists.txt b/source/blender/editors/datafiles/CMakeLists.txt index 7526b390b32..fff8949cf7a 100644 --- a/source/blender/editors/datafiles/CMakeLists.txt +++ b/source/blender/editors/datafiles/CMakeLists.txt @@ -745,10 +745,12 @@ set_property(GLOBAL PROPERTY ICON_GEOM_NAMES ops.sculpt.border_face_set ops.sculpt.border_hide ops.sculpt.border_mask + ops.sculpt.box_trim ops.sculpt.cloth_filter ops.sculpt.face_set_edit ops.sculpt.lasso_face_set ops.sculpt.lasso_mask + ops.sculpt.lasso_trim ops.sculpt.mesh_filter ops.sequencer.blade ops.transform.bone_envelope _______________________________________________ Bf-blender-cvs mailing list [email protected] https://lists.blender.org/mailman/listinfo/bf-blender-cvs
