[Bf-blender-cvs] [d0fabb318ef] master: UI: Expose new tool icon: Selection Paint

Dalai Felinto noreply at git.blender.org
Thu May 19 15:28:05 CEST 2022


Commit: d0fabb318eff5b36b961acaf92fbe5273fdcc8d4
Author: Dalai Felinto
Date:   Thu May 19 15:25:35 2022 +0200
Branches: master
https://developer.blender.org/rBd0fabb318eff5b36b961acaf92fbe5273fdcc8d4

UI: Expose new tool icon: Selection Paint

This icon will be used by the curves paint select brush.

===================================================================

A	release/datafiles/icons/ops.generic.select_paint.dat
M	source/blender/editors/datafiles/CMakeLists.txt

===================================================================

diff --git a/release/datafiles/icons/ops.generic.select_paint.dat b/release/datafiles/icons/ops.generic.select_paint.dat
new file mode 100644
index 00000000000..26d76d4548f
Binary files /dev/null and b/release/datafiles/icons/ops.generic.select_paint.dat differ
diff --git a/source/blender/editors/datafiles/CMakeLists.txt b/source/blender/editors/datafiles/CMakeLists.txt
index d8ecb2c5ae0..9bedfb6ee58 100644
--- a/source/blender/editors/datafiles/CMakeLists.txt
+++ b/source/blender/editors/datafiles/CMakeLists.txt
@@ -784,6 +784,7 @@ set_property(GLOBAL PROPERTY ICON_GEOM_NAMES
   ops.generic.select_box
   ops.generic.select_circle
   ops.generic.select_lasso
+  ops.generic.select_paint
   ops.gpencil.draw
   ops.gpencil.draw.eraser
   ops.gpencil.draw.line



More information about the Bf-blender-cvs mailing list