From 14dd88e817432b5654012ebf544eecc1d07c4e1b Mon Sep 17 00:00:00 2001 From: Julian Eisel Date: Sat, 5 Sep 2015 23:02:54 +0200 Subject: Add icon for incremental grid snapping As decided in D910, we use a new icon for incremental grid snapping and use its old one for absolute grid snapping. This also touches the library_data_broken icon .dat files, seems some changes on its .svg entry landed in upstream without updating the other icon files (already noticed this when committing icon for auto-offset, but removed it from commit - leaving it in now to avoid further confusion) Icon by @plyczkowski (made a tiny edit as it looked a bit blurry in 16x16). Thx! --- source/blender/editors/include/UI_icons.h | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'source/blender/editors') diff --git a/source/blender/editors/include/UI_icons.h b/source/blender/editors/include/UI_icons.h index 32f45b222aa..e6421b0de41 100644 --- a/source/blender/editors/include/UI_icons.h +++ b/source/blender/editors/include/UI_icons.h @@ -702,14 +702,12 @@ DEF_ICON(MANIPUL) DEF_ICON(SNAP_OFF) DEF_ICON(SNAP_ON) DEF_ICON(SNAP_NORMAL) -DEF_ICON(SNAP_INCREMENT) +DEF_ICON(SNAP_GRID) DEF_ICON(SNAP_VERTEX) DEF_ICON(SNAP_EDGE) DEF_ICON(SNAP_FACE) DEF_ICON(SNAP_VOLUME) -#ifndef DEF_ICON_BLANK_SKIP - DEF_ICON(BLANK220) -#endif +DEF_ICON(SNAP_INCREMENT) DEF_ICON(STICKY_UVS_LOC) DEF_ICON(STICKY_UVS_DISABLE) DEF_ICON(STICKY_UVS_VERT) -- cgit v1.2.3