Outliner: Use (temporary) icons for collections
We need new icons for collections. Yet we are using them in a few places, so we may as well be consistent and use it everywhere.
This commit is contained in:
@@ -1108,6 +1108,10 @@ static void tselem_draw_icon(uiBlock *block, int xmax, float x, float y, TreeSto
|
||||
ICON_DRAW(icon);
|
||||
}
|
||||
break;
|
||||
case TSE_LAYER_COLLECTION:
|
||||
case TSE_SCENE_COLLECTION:
|
||||
ICON_DRAW(ICON_COLLAPSEMENU);
|
||||
break;
|
||||
/* Removed the icons from outliner. Need a better structure with Layers, Palettes and Colors */
|
||||
#if 0
|
||||
case TSE_GP_LAYER:
|
||||
|
||||
Reference in New Issue
Block a user