[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [40268] trunk/blender/source/blender/ editors/space_outliner/outliner_draw.c: WeightVG: added WeightVG icon for outliner (don?\226?\128? \153t know when that where lost...).

Bastien Montagne montagne29 at wanadoo.fr
Fri Sep 16 18:05:47 CEST 2011


Revision: 40268
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=40268
Author:   mont29
Date:     2011-09-16 16:05:45 +0000 (Fri, 16 Sep 2011)
Log Message:
-----------
WeightVG: added WeightVG icon for outliner (don?\226?\128?\153t know when that where lost...).

Modified Paths:
--------------
    trunk/blender/source/blender/editors/space_outliner/outliner_draw.c

Modified: trunk/blender/source/blender/editors/space_outliner/outliner_draw.c
===================================================================
--- trunk/blender/source/blender/editors/space_outliner/outliner_draw.c	2011-09-16 14:57:50 UTC (rev 40267)
+++ trunk/blender/source/blender/editors/space_outliner/outliner_draw.c	2011-09-16 16:05:45 UTC (rev 40268)
@@ -1008,6 +1008,10 @@
 						UI_icon_draw(x, y, ICON_MOD_SOLIDIFY); break;
 					case eModifierType_Screw:
 						UI_icon_draw(x, y, ICON_MOD_SCREW); break;
+					case eModifierType_WeightVGEdit:
+					case eModifierType_WeightVGMix:
+					case eModifierType_WeightVGProximity:
+						UI_icon_draw(x, y, ICON_MOD_VERTEX_WEIGHT); break;
 					default:
 						UI_icon_draw(x, y, ICON_DOT); break;
 				}




More information about the Bf-blender-cvs mailing list