Commit: 2a508005afdff2ace13db1446c6a1c612b035f1c
Author: Kévin Dietrich
Date:   Wed Jun 1 14:23:16 2016 +0200
Branches: alembic_basic_io
https://developer.blender.org/rB2a508005afdff2ace13db1446c6a1c612b035f1c

Quiet warning.

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

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 b624c7c..d8dd760 100644
--- a/source/blender/editors/space_outliner/outliner_draw.c
+++ b/source/blender/editors/space_outliner/outliner_draw.c
@@ -1167,6 +1167,8 @@ static void tselem_draw_icon(uiBlock *block, int xmax, 
float x, float y, TreeSto
                                                UI_icon_draw(x, y, 
ICON_MOD_TRIANGULATE); break;
                                        case eModifierType_MeshCache:
                                                UI_icon_draw(x, y, 
ICON_MOD_MESHDEFORM); break;  /* XXX, needs own icon */
+                                       case eModifierType_MeshSequenceCache:
+                                               UI_icon_draw(x, y, 
ICON_MOD_MESHDEFORM); break;  /* XXX, needs own icon */
                                        case eModifierType_Wireframe:
                                                UI_icon_draw(x, y, 
ICON_MOD_WIREFRAME); break;
                                        case eModifierType_LaplacianDeform:

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

Reply via email to