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:
authorJulian Eisel <julian@blender.org>2021-02-25 20:04:36 +0300
committerJulian Eisel <julian@blender.org>2021-02-25 20:09:00 +0300
commit57c41a9c633e4c48aff716d85a0977e4b39a8bdd (patch)
tree31a3c4ee32c5696708747a1ece5a821b35b82ff1 /source/blender/editors/include/UI_icons.h
parent16504ed4a21d085b9b1a36360fce0f777beda039 (diff)
Icons: Add icon for the upcoming spreadsheet editor
The editor is being worked on by the geometry nodes team. Icon created by Andrzej Ambroz (jendrzych). Addresses https://developer.blender.org/T85925.
Diffstat (limited to 'source/blender/editors/include/UI_icons.h')
-rw-r--r--source/blender/editors/include/UI_icons.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/include/UI_icons.h b/source/blender/editors/include/UI_icons.h
index b7eb5cab7f9..f0a4b3c462e 100644
--- a/source/blender/editors/include/UI_icons.h
+++ b/source/blender/editors/include/UI_icons.h
@@ -173,7 +173,7 @@ DEF_ICON(IMAGE)
DEF_ICON(INFO)
DEF_ICON(SEQUENCE)
DEF_ICON_OBJECT_DATA(TEXT)
-DEF_ICON_BLANK(174)
+DEF_ICON(SPREADSHEET)
DEF_ICON(SOUND)
DEF_ICON(ACTION)
DEF_ICON(NLA)