From 77b925c9f8d1d7ad91a5be14c22f9bbd483358d1 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Fri, 9 Nov 2018 17:31:09 +1100 Subject: Icons: update to r62155 - Tweaked GP toolbar icons and added Line, Rectangle & Circle. - Added the remaining toolbar icons for all our paint & sculpt modes. - Made all the toolbar icons the same simple style. --- source/blender/editors/datafiles/CMakeLists.txt | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'source/blender/editors/datafiles') diff --git a/source/blender/editors/datafiles/CMakeLists.txt b/source/blender/editors/datafiles/CMakeLists.txt index 950566123af..57f1079e909 100644 --- a/source/blender/editors/datafiles/CMakeLists.txt +++ b/source/blender/editors/datafiles/CMakeLists.txt @@ -605,14 +605,18 @@ set(ICON_NAMES # This section is maintained by the updating script, keep BEGIN/END comments. set_property(GLOBAL PROPERTY ICON_GEOM_NAMES # BEGIN ICON_GEOM_NAMES + brush.gpencil_draw.circle brush.gpencil_draw.draw brush.gpencil_draw.erase brush.gpencil_draw.fill + brush.gpencil_draw.line + brush.gpencil_draw.rectangle brush.paint_texture.airbrush brush.paint_texture.clone brush.paint_texture.draw brush.paint_texture.fill brush.paint_texture.mask + brush.paint_texture.masklort brush.paint_texture.multiply brush.paint_texture.smear brush.paint_texture.soften @@ -621,9 +625,11 @@ set_property(GLOBAL PROPERTY ICON_GEOM_NAMES brush.paint_vertex.blur brush.paint_vertex.draw brush.paint_vertex.smear + brush.paint_weight.average brush.paint_weight.blur brush.paint_weight.draw brush.paint_weight.mix + brush.paint_weight.smear brush.particle.add brush.particle.comb brush.particle.cut @@ -646,6 +652,7 @@ set_property(GLOBAL PROPERTY ICON_GEOM_NAMES brush.sculpt.pinch brush.sculpt.rotate brush.sculpt.scrape + brush.sculpt.simplify brush.sculpt.smooth brush.sculpt.snake_hook brush.sculpt.thumb @@ -704,6 +711,7 @@ set_property(GLOBAL PROPERTY ICON_GEOM_NAMES ops.paint.weight_fill ops.paint.weight_gradient ops.paint.weight_sample + ops.paint.weight_sample_group ops.pose.breakdowner ops.pose.push ops.pose.relax -- cgit v1.2.3