From 1beada2c62dfc36fb0250dfbbc85c1745ae7325b Mon Sep 17 00:00:00 2001 From: Dalai Felinto Date: Tue, 26 Feb 2019 17:19:18 -0300 Subject: Grease Pencil: Strokes Cut icon The icon was there, but it was not in the Export collection, nor was it correctly named. --- release/datafiles/icons/ops.gpencil.stroke_cutter.dat | Bin 0 -> 1952 bytes source/blender/editors/datafiles/CMakeLists.txt | 1 + 2 files changed, 1 insertion(+) create mode 100644 release/datafiles/icons/ops.gpencil.stroke_cutter.dat 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 -- cgit v1.2.3