[Bf-blender-cvs] [41f0697501f] master: Outliner: Show pose group icons

Nathan Craddock noreply at git.blender.org
Fri Jun 19 05:56:02 CEST 2020


Commit: 41f0697501f9c5ea16415d2db230fda6c6cb76e4
Author: Nathan Craddock
Date:   Thu Jun 18 21:53:54 2020 -0600
Branches: master
https://developer.blender.org/rB41f0697501f9c5ea16415d2db230fda6c6cb76e4

Outliner: Show pose group icons

Pose groups previously showed a dot icon. Now it draws the correct icon.

===================================================================

M	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:



More information about the Bf-blender-cvs mailing list