[Bf-blender-cvs] [e2174037c66] soc-2019-outliner: Outliner: Draw vertex group icons

Nathan Craddock noreply at git.blender.org
Wed Jul 24 03:05:33 CEST 2019


Commit: e2174037c66a150fb9defd1df9039e0c47522ef6
Author: Nathan Craddock
Date:   Tue Jul 23 19:05:13 2019 -0600
Branches: soc-2019-outliner
https://developer.blender.org/rBe2174037c66a150fb9defd1df9039e0c47522ef6

Outliner: Draw vertex group icons

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

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 570dd8e4c00..9ef1a6705f5 100644
--- a/source/blender/editors/space_outliner/outliner_draw.c
+++ b/source/blender/editors/space_outliner/outliner_draw.c
@@ -1915,6 +1915,9 @@ TreeElementIcon tree_element_get_icon(TreeStoreElem *tselem, TreeElement *te)
       case TSE_DEFGROUP_BASE:
         data.icon = ICON_GROUP_VERTEX;
         break;
+      case TSE_DEFGROUP:
+        data.icon = ICON_GROUP_VERTEX;
+        break;
       case TSE_BONE:
       case TSE_EBONE:
         data.icon = ICON_BONE_DATA;



More information about the Bf-blender-cvs mailing list