Outliner: Show pose group icons
Pose groups previously showed a dot icon. Now it draws the correct icon.
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user