Commit: 2ee80bbccd683705785d1db369e21f5f8b534f0b
Author: Jacques Lucke
Date:   Sun Dec 9 12:31:49 2018 +0100
Branches: rigid_deform
https://developer.blender.org/rB2ee80bbccd683705785d1db369e21f5f8b534f0b

fix

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

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 2ba5a510f7b..91d6efbbb1e 100644
--- a/source/blender/editors/space_outliner/outliner_draw.c
+++ b/source/blender/editors/space_outliner/outliner_draw.c
@@ -1048,6 +1048,9 @@ TreeElementIcon tree_element_get_icon(TreeStoreElem 
*tselem, TreeElement *te)
                                                case 
eModifierType_WeightedNormal:
                                                        data.icon = 
ICON_MOD_NORMALEDIT;
                                                        break;
+                                               case eModifierType_RigidDeform:
+                                                       data.icon = ICON_NONE;
+                                                       break;
                                                        /* Default */
                                                case eModifierType_None:
                                                case eModifierType_ShapeKey:

_______________________________________________
Bf-blender-cvs mailing list
[email protected]
https://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to