From 9c3be3335d52263db3284cff63cb1fbb1cd88d9a Mon Sep 17 00:00:00 2001 From: decoda Date: Sun, 18 Jun 2017 13:29:30 +0530 Subject: Topograb Brush Initialization --- source/blender/editors/include/ED_datafiles.h | 3 +++ source/blender/editors/include/UI_icons.h | 1 + 2 files changed, 4 insertions(+) (limited to 'source/blender/editors/include') diff --git a/source/blender/editors/include/ED_datafiles.h b/source/blender/editors/include/ED_datafiles.h index b1458bb08be..1fb549dd412 100644 --- a/source/blender/editors/include/ED_datafiles.h +++ b/source/blender/editors/include/ED_datafiles.h @@ -159,6 +159,9 @@ extern char datatoc_texfill_png[]; extern int datatoc_texmask_png_size; extern char datatoc_texmask_png[]; +extern int datatoc_topograb_png_size; +extern char datatoc_topograb_png[]; + extern int datatoc_thumb_png_size; extern char datatoc_thumb_png[]; diff --git a/source/blender/editors/include/UI_icons.h b/source/blender/editors/include/UI_icons.h index 2c7032ca68a..8c604208041 100644 --- a/source/blender/editors/include/UI_icons.h +++ b/source/blender/editors/include/UI_icons.h @@ -974,6 +974,7 @@ DEF_ICON(BRUSH_SOFTEN) DEF_ICON(BRUSH_SUBTRACT) DEF_ICON(BRUSH_TEXDRAW) DEF_ICON(BRUSH_TEXFILL) +DEF_ICON(BRUSH_TOPO_GRAB) DEF_ICON(BRUSH_TEXMASK) DEF_ICON(BRUSH_THUMB) DEF_ICON(BRUSH_ROTATE) -- cgit v1.2.3