From e74b7e16159505bba9a467f9b9914f9d543c8f5a Mon Sep 17 00:00:00 2001 From: Rahul Chaudhary Date: Tue, 20 Oct 2020 20:53:41 +0200 Subject: UI: Add icons for line genture tools This patch adds icons for line gesture tools Line mask and line project Reviewed By: HooglyBoogly Differential Revision: https://developer.blender.org/D9285 --- release/datafiles/icons/ops.sculpt.line_mask.dat | Bin 0 -> 1412 bytes release/datafiles/icons/ops.sculpt.line_project.dat | Bin 0 -> 1106 bytes source/blender/editors/datafiles/CMakeLists.txt | 2 ++ 3 files changed, 2 insertions(+) create mode 100644 release/datafiles/icons/ops.sculpt.line_mask.dat create mode 100644 release/datafiles/icons/ops.sculpt.line_project.dat diff --git a/release/datafiles/icons/ops.sculpt.line_mask.dat b/release/datafiles/icons/ops.sculpt.line_mask.dat new file mode 100644 index 00000000000..fee448bcf1f Binary files /dev/null and b/release/datafiles/icons/ops.sculpt.line_mask.dat differ diff --git a/release/datafiles/icons/ops.sculpt.line_project.dat b/release/datafiles/icons/ops.sculpt.line_project.dat new file mode 100644 index 00000000000..816048d26c2 Binary files /dev/null and b/release/datafiles/icons/ops.sculpt.line_project.dat differ diff --git a/source/blender/editors/datafiles/CMakeLists.txt b/source/blender/editors/datafiles/CMakeLists.txt index 3fb0e0e5275..a5503bd975f 100644 --- a/source/blender/editors/datafiles/CMakeLists.txt +++ b/source/blender/editors/datafiles/CMakeLists.txt @@ -752,6 +752,8 @@ set_property(GLOBAL PROPERTY ICON_GEOM_NAMES ops.sculpt.lasso_face_set ops.sculpt.lasso_mask ops.sculpt.lasso_trim + ops.sculpt.line_mask + ops.sculpt.line_project ops.sculpt.mesh_filter ops.sequencer.blade ops.transform.bone_envelope -- cgit v1.2.3