[Bf-blender-cvs] [1beada2c62d] master: Grease Pencil: Strokes Cut icon

Dalai Felinto noreply at git.blender.org
Tue Feb 26 21:37:01 CET 2019


Commit: 1beada2c62dfc36fb0250dfbbc85c1745ae7325b
Author: Dalai Felinto
Date:   Tue Feb 26 17:19:18 2019 -0300
Branches: master
https://developer.blender.org/rB1beada2c62dfc36fb0250dfbbc85c1745ae7325b

Grease Pencil: Strokes Cut icon

The icon was there, but it was not in the Export collection, nor
was it correctly named.

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

A	release/datafiles/icons/ops.gpencil.stroke_cutter.dat
M	source/blender/editors/datafiles/CMakeLists.txt

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

diff --git a/release/datafiles/icons/ops.gpencil.stroke_cutter.dat b/release/datafiles/icons/ops.gpencil.stroke_cutter.dat
new file mode 100644
index 00000000000..d7300d9dd6a
Binary files /dev/null and b/release/datafiles/icons/ops.gpencil.stroke_cutter.dat differ
diff --git a/source/blender/editors/datafiles/CMakeLists.txt b/source/blender/editors/datafiles/CMakeLists.txt
index 72fc3b8fa25..2eb2596ad28 100644
--- a/source/blender/editors/datafiles/CMakeLists.txt
+++ b/source/blender/editors/datafiles/CMakeLists.txt
@@ -696,6 +696,7 @@ set_property(GLOBAL PROPERTY ICON_GEOM_NAMES
 	ops.gpencil.sculpt_thickness
 	ops.gpencil.sculpt_twist
 	ops.gpencil.sculpt_weight
+	ops.gpencil.stroke_cutter
 	ops.mesh.bevel
 	ops.mesh.bisect
 	ops.mesh.dupli_extrude_cursor



More information about the Bf-blender-cvs mailing list