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:
authorBastien Montagne <bastien@blender.org>2022-03-29 18:26:13 +0300
committerBastien Montagne <bastien@blender.org>2022-03-29 18:58:53 +0300
commit9394d455af43b3b4b00bf4f65e250f14567970fd (patch)
treed0e39f50dd2540429770a10180f37103c9ff3e06 /source/blender/editors/include/UI_icons.h
parent5adcf6c85e4c28fcfda0048a9ec7cceae105046d (diff)
LibOverride: Add a new 'virtual' non-editable override icon and use it in Outliner.
Ref: {T95707}.
Diffstat (limited to 'source/blender/editors/include/UI_icons.h')
-rw-r--r--source/blender/editors/include/UI_icons.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/editors/include/UI_icons.h b/source/blender/editors/include/UI_icons.h
index 8607c6d242c..94232a5108d 100644
--- a/source/blender/editors/include/UI_icons.h
+++ b/source/blender/editors/include/UI_icons.h
@@ -982,6 +982,7 @@ DEF_ICON_VECTOR(SEQUENCE_COLOR_08)
DEF_ICON_VECTOR(SEQUENCE_COLOR_09)
DEF_ICON_VECTOR(LIBRARY_DATA_INDIRECT)
+DEF_ICON_VECTOR(LIBRARY_DATA_OVERRIDE_NONEDITABLE)
/* Events. */
DEF_ICON_COLOR(EVENT_A)