Commit: a264b1f710532a3cec8885d1c39163a4b379926d Author: Rahul Chaudhary Date: Tue Oct 20 20:48:05 2020 +0200 Branches: master https://developer.blender.org/rBa264b1f710532a3cec8885d1c39163a4b379926d
UI: Add icon for boundary brush This patch adds icon for the boundary brush in sculpt mode Reviewed By: HooglyBoogly Differential Revision: https://developer.blender.org/D9284 =================================================================== A release/datafiles/icons/brush.sculpt.boundary.dat M source/blender/editors/datafiles/CMakeLists.txt =================================================================== diff --git a/release/datafiles/icons/brush.sculpt.boundary.dat b/release/datafiles/icons/brush.sculpt.boundary.dat new file mode 100644 index 00000000000..8d56baf2254 Binary files /dev/null and b/release/datafiles/icons/brush.sculpt.boundary.dat differ diff --git a/source/blender/editors/datafiles/CMakeLists.txt b/source/blender/editors/datafiles/CMakeLists.txt index fff8949cf7a..3fb0e0e5275 100644 --- a/source/blender/editors/datafiles/CMakeLists.txt +++ b/source/blender/editors/datafiles/CMakeLists.txt @@ -638,6 +638,7 @@ set_property(GLOBAL PROPERTY ICON_GEOM_NAMES brush.particle.smooth brush.particle.weight brush.sculpt.blob + brush.sculpt.boundary brush.sculpt.clay brush.sculpt.clay_strips brush.sculpt.clay_thumb _______________________________________________ Bf-blender-cvs mailing list [email protected] https://lists.blender.org/mailman/listinfo/bf-blender-cvs
