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:
authorDalai Felinto <dfelinto@gmail.com>2018-06-21 20:40:14 +0300
committerDalai Felinto <dfelinto@gmail.com>2018-06-22 14:57:04 +0300
commitf4f6e5b6652ea7df47b000ae2c8682eac29abfa3 (patch)
tree18ca72aa0c3d26e1454e8d1a9521c98eed458bb7 /source/blender/makesdna/DNA_ID.h
parent42344adcd4c165a76fc722a17b904780f423f2b0 (diff)
Outliner: Aggregate ID types and object types together with numbers
We draw small numbers over the icon of multiple objects of the same type. Also, we make all inlined elements to be non-clickabled. For modifiers we still do it the old way. In this case it is more important to see the order then the ammount. Reviewers: brecht, campbellbarton Subscribers: billreynish, venomgfx Design task and mockup: T54707 Differential Revision: https://developer.blender.org/D3497
Diffstat (limited to 'source/blender/makesdna/DNA_ID.h')
-rw-r--r--source/blender/makesdna/DNA_ID.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/makesdna/DNA_ID.h b/source/blender/makesdna/DNA_ID.h
index 62f8f1395c5..fa97fd53f32 100644
--- a/source/blender/makesdna/DNA_ID.h
+++ b/source/blender/makesdna/DNA_ID.h
@@ -576,6 +576,7 @@ enum {
INDEX_ID_WM,
INDEX_ID_MSK,
INDEX_ID_NULL,
+ INDEX_ID_MAX,
};
#ifdef __cplusplus