From 41f0697501f9c5ea16415d2db230fda6c6cb76e4 Mon Sep 17 00:00:00 2001 From: Nathan Craddock Date: Thu, 18 Jun 2020 21:53:54 -0600 Subject: Outliner: Show pose group icons Pose groups previously showed a dot icon. Now it draws the correct icon. --- source/blender/editors/space_outliner/outliner_draw.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source/blender/editors/space_outliner/outliner_draw.c') diff --git a/source/blender/editors/space_outliner/outliner_draw.c b/source/blender/editors/space_outliner/outliner_draw.c index 7d3b95721c6..dd16e21c747 100644 --- a/source/blender/editors/space_outliner/outliner_draw.c +++ b/source/blender/editors/space_outliner/outliner_draw.c @@ -2288,6 +2288,7 @@ TreeElementIcon tree_element_get_icon(TreeStoreElem *tselem, TreeElement *te) data.icon = ICON_MATERIAL_DATA; break; case TSE_POSEGRP_BASE: + case TSE_POSEGRP: data.icon = ICON_GROUP_BONE; break; case TSE_SEQUENCE: -- cgit v1.2.3