Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'source/blender/datatoc/datatoc_icon_split.py')
-rwxr-xr-xsource/blender/datatoc/datatoc_icon_split.py1
1 files changed, 1 insertions, 0 deletions
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