[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [11754] branches/soc-2007-red_fox/source/ blender/src/buttons_editing.c: Post GSoC minor commit (modifier button)

Levi Schooley redfox at hhofministries.org
Mon Aug 20 21:38:10 CEST 2007


Revision: 11754
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=11754
Author:   red_fox
Date:     2007-08-20 21:38:10 +0200 (Mon, 20 Aug 2007)

Log Message:
-----------
Post GSoC minor commit (modifier button)

I removed the unused modifier buttons at the last minute, and 
committed without testing to see if they were still drawing 
correctly.

Levi

Modified Paths:
--------------
    branches/soc-2007-red_fox/source/blender/src/buttons_editing.c

Modified: branches/soc-2007-red_fox/source/blender/src/buttons_editing.c
===================================================================
--- branches/soc-2007-red_fox/source/blender/src/buttons_editing.c	2007-08-20 19:28:46 UTC (rev 11753)
+++ branches/soc-2007-red_fox/source/blender/src/buttons_editing.c	2007-08-20 19:38:10 UTC (rev 11754)
@@ -1727,7 +1727,7 @@
 					  12.0, BME_BEVEL_ANGLE, 0, 0,
 					  "Only bevel edges with sharp enough angles between faces");*/
 			uiDefButS(block, ROW, B_MODIFIER_RECALC, "VGroup",
-					  lx+(3*buttonWidth/3), cy, buttonWidth-(2*buttonWidth/3), 19, &bmd->lim_flags,
+					  lx+(2*buttonWidth/3), cy, buttonWidth-(2*buttonWidth/3), 19, &bmd->lim_flags,
 					  12.0, BME_BEVEL_VWEIGHT, 0, 0,
 					  "Use a vertex group and weights to determine how much bevel is applied");
 			if (bmd->lim_flags & BME_BEVEL_EWEIGHT) {





More information about the Bf-blender-cvs mailing list