From d7f594ae3a33b4117466f945b98b4bcfe03a644f Mon Sep 17 00:00:00 2001 From: Antonio Vazquez Date: Thu, 12 Sep 2019 13:34:19 +0200 Subject: GPencil: New set of Brush icons Added: Airbrush and Chisel Changed: Marker Design: @mendio Subscribers: mendio Differential Revision: https://developer.blender.org/D5774 --- source/blender/editors/include/UI_icons.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source/blender/editors/include/UI_icons.h') diff --git a/source/blender/editors/include/UI_icons.h b/source/blender/editors/include/UI_icons.h index dd052a8256b..ffabace48c0 100644 --- a/source/blender/editors/include/UI_icons.h +++ b/source/blender/editors/include/UI_icons.h @@ -937,6 +937,8 @@ DEF_ICON_COLOR(GPBRUSH_INKNOISE) DEF_ICON_COLOR(GPBRUSH_BLOCK) DEF_ICON_COLOR(GPBRUSH_MARKER) DEF_ICON_COLOR(GPBRUSH_FILL) +DEF_ICON_COLOR(GPBRUSH_AIRBRUSH) +DEF_ICON_COLOR(GPBRUSH_CHISEL) DEF_ICON_COLOR(GPBRUSH_ERASE_SOFT) DEF_ICON_COLOR(GPBRUSH_ERASE_HARD) DEF_ICON_COLOR(GPBRUSH_ERASE_STROKE) -- cgit v1.2.3