From 2ac65f6153a2da2df7cda908689bb7c1865f088d Mon Sep 17 00:00:00 2001 From: Brecht Van Lommel Date: Mon, 1 Oct 2018 10:45:50 +0200 Subject: UI: new icon set by Andrzej Ambroz. This is a monochrome icon set, with a more modern look and icons for various features that did not have a proper icon before. --- source/blender/datatoc/datatoc_icon_split.py | 1 + 1 file changed, 1 insertion(+) (limited to 'source/blender/datatoc') diff --git a/source/blender/datatoc/datatoc_icon_split.py b/source/blender/datatoc/datatoc_icon_split.py index 87f3fdae478..44fedca4398 100755 --- a/source/blender/datatoc/datatoc_icon_split.py +++ b/source/blender/datatoc/datatoc_icon_split.py @@ -140,6 +140,7 @@ def dice_icon_name( if match: if l.find('DEF_ICON_BLANK') == -1: icon_name = match.group(1).lower() + print(icon_name) _dice_icon_name_cache[count] = icon_name count += 1 # ---- Done with icon cache -- cgit v1.2.3