[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [40042] trunk/blender/source/blender/ makesrna/intern/rna_modifier.c: Modifiers: put uv project and vertex weight modifiers in separate category,

Brecht Van Lommel brechtvanlommel at pandora.be
Thu Sep 8 14:53:01 CEST 2011


Revision: 40042
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=40042
Author:   blendix
Date:     2011-09-08 12:53:01 +0000 (Thu, 08 Sep 2011)
Log Message:
-----------
Modifiers: put uv project and vertex weight modifiers in separate category,
couldn't really think of a good name for it, suggestions welcome.

Modified Paths:
--------------
    trunk/blender/source/blender/makesrna/intern/rna_modifier.c

Modified: trunk/blender/source/blender/makesrna/intern/rna_modifier.c
===================================================================
--- trunk/blender/source/blender/makesrna/intern/rna_modifier.c	2011-09-08 11:12:25 UTC (rev 40041)
+++ trunk/blender/source/blender/makesrna/intern/rna_modifier.c	2011-09-08 12:53:01 UTC (rev 40042)
@@ -68,6 +68,7 @@
 	{eModifierType_Screw, "SCREW", ICON_MOD_SCREW, "Screw", ""},
 	{eModifierType_Solidify, "SOLIDIFY", ICON_MOD_SOLIDIFY, "Solidify", ""},
 	{eModifierType_Subsurf, "SUBSURF", ICON_MOD_SUBSURF, "Subdivision Surface", ""},
+	{0, "", 0, "Modify", ""},
 	{eModifierType_UVProject, "UV_PROJECT", ICON_MOD_UVPROJECT, "UV Project", ""},
 	{eModifierType_WeightVGEdit, "VERTEX_WEIGHT_EDIT", ICON_MOD_VERTEX_WEIGHT, "Vertex Weight Edit", ""},
 	{eModifierType_WeightVGMix, "VERTEX_WEIGHT_MIX", ICON_MOD_VERTEX_WEIGHT, "Vertex Weight Mix", ""},




More information about the Bf-blender-cvs mailing list