[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [43011] trunk/blender/source/blender/ editors/space_outliner/outliner_draw.c: Fix for Remesh Modifier:

Thomas Dinges blender at dingto.org
Fri Dec 30 22:29:11 CET 2011


Revision: 43011
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=43011
Author:   dingto
Date:     2011-12-30 21:29:02 +0000 (Fri, 30 Dec 2011)
Log Message:
-----------
Fix for Remesh Modifier:
* Remesh Icon was missing in the outliner. 

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-12-30 21:11:40 UTC (rev 43010)
+++ trunk/blender/source/blender/editors/space_outliner/outliner_draw.c	2011-12-30 21:29:02 UTC (rev 43011)
@@ -1014,6 +1014,8 @@
 						UI_icon_draw(x, y, ICON_MOD_SOLIDIFY); break;
 					case eModifierType_Screw:
 						UI_icon_draw(x, y, ICON_MOD_SCREW); break;
+					case eModifierType_Remesh:
+						UI_icon_draw(x, y, ICON_MOD_REMESH); break;
 					case eModifierType_WeightVGEdit:
 					case eModifierType_WeightVGMix:
 					case eModifierType_WeightVGProximity:




More information about the Bf-blender-cvs mailing list