Commit: e74b7e16159505bba9a467f9b9914f9d543c8f5a Author: Rahul Chaudhary Date: Tue Oct 20 20:53:41 2020 +0200 Branches: master https://developer.blender.org/rBe74b7e16159505bba9a467f9b9914f9d543c8f5a
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 =================================================================== A release/datafiles/icons/ops.sculpt.line_mask.dat A release/datafiles/icons/ops.sculpt.line_project.dat M source/blender/editors/datafiles/CMakeLists.txt =================================================================== 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 _______________________________________________ Bf-blender-cvs mailing list [email protected] https://lists.blender.org/mailman/listinfo/bf-blender-cvs
