From f4f6e5b6652ea7df47b000ae2c8682eac29abfa3 Mon Sep 17 00:00:00 2001 From: Dalai Felinto Date: Thu, 21 Jun 2018 19:40:14 +0200 Subject: 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 --- source/blender/makesdna/DNA_ID.h | 1 + 1 file changed, 1 insertion(+) (limited to 'source/blender/makesdna/DNA_ID.h') 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 -- cgit v1.2.3