[Bf-blender-cvs] [58f378817c4] master: UI: Add new toolbar icons for polyline & eyedropper

William Reynish noreply at git.blender.org
Wed Oct 30 10:53:03 CET 2019


Commit: 58f378817c42e343abc6fd1057ee62361362322a
Author: William Reynish
Date:   Wed Oct 30 10:53:01 2019 +0100
Branches: master
https://developer.blender.org/rB58f378817c42e343abc6fd1057ee62361362322a

UI: Add new toolbar icons for polyline & eyedropper

These are meant for use in Grease Pencil Draw mode.

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

A	release/datafiles/icons/ops.gpencil.primitive_polyline.dat
A	release/datafiles/icons/ops.paint.eyedropper_add.dat
M	source/blender/editors/datafiles/CMakeLists.txt

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

diff --git a/release/datafiles/icons/ops.gpencil.primitive_polyline.dat b/release/datafiles/icons/ops.gpencil.primitive_polyline.dat
new file mode 100644
index 00000000000..35a869661b2
Binary files /dev/null and b/release/datafiles/icons/ops.gpencil.primitive_polyline.dat differ
diff --git a/release/datafiles/icons/ops.paint.eyedropper_add.dat b/release/datafiles/icons/ops.paint.eyedropper_add.dat
new file mode 100644
index 00000000000..135cbbb4a9d
Binary files /dev/null and b/release/datafiles/icons/ops.paint.eyedropper_add.dat differ
diff --git a/source/blender/editors/datafiles/CMakeLists.txt b/source/blender/editors/datafiles/CMakeLists.txt
index 1c7edb6c46a..680fe3a00e5 100644
--- a/source/blender/editors/datafiles/CMakeLists.txt
+++ b/source/blender/editors/datafiles/CMakeLists.txt
@@ -693,6 +693,7 @@ set_property(GLOBAL PROPERTY ICON_GEOM_NAMES
   ops.gpencil.primitive_circle
   ops.gpencil.primitive_curve
   ops.gpencil.primitive_line
+  ops.gpencil.primitive_polyline
   ops.gpencil.radius
   ops.gpencil.sculpt_clone
   ops.gpencil.sculpt_grab
@@ -728,6 +729,7 @@ set_property(GLOBAL PROPERTY ICON_GEOM_NAMES
   ops.mesh.spin.duplicate
   ops.mesh.vertices_smooth
   ops.node.links_cut
+  ops.paint.eyedropper_add
   ops.paint.vertex_color_fill
   ops.paint.weight_fill
   ops.paint.weight_gradient



More information about the Bf-blender-cvs mailing list