Revision: 57671
          
http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=57671
Author:   gaiaclary
Date:     2013-06-23 18:00:14 +0000 (Sun, 23 Jun 2013)
Log Message:
-----------
readded 'old' layout due to user complains

Modified Paths:
--------------
    trunk/blender/source/blender/editors/space_view3d/view3d_buttons.c

Modified: trunk/blender/source/blender/editors/space_view3d/view3d_buttons.c
===================================================================
--- trunk/blender/source/blender/editors/space_view3d/view3d_buttons.c  
2013-06-23 17:51:08 UTC (rev 57670)
+++ trunk/blender/source/blender/editors/space_view3d/view3d_buttons.c  
2013-06-23 18:00:14 UTC (rev 57671)
@@ -901,9 +901,9 @@
                uiItemR(row, &tools_ptr, "vertex_group_subset", 
UI_ITEM_R_EXPAND, NULL, ICON_NONE);
 
                col = uiLayoutColumn(bcol, true);
-               box = uiLayoutBox(col); /* The list box */
+               //box = uiLayoutBox(col); /* The list box */
 
-               col = uiLayoutColumn(box, true);
+               //col = uiLayoutColumn(box, true);
                vgroup_validmap = ED_vgroup_subset_from_select_type(ob, 
subset_type, &vgroup_tot, &subset_count);
                for (i = 0, dg = ob->defbase.first; dg; i++, dg = dg->next) {
                        if (vgroup_validmap[i]) {
@@ -912,7 +912,7 @@
                                        int x, xco = 0;
                                        row = uiLayoutRow(col, true);
 
-                                       uiBlockSetEmboss(block, UI_EMBOSSN);
+                                       //uiBlockSetEmboss(block, UI_EMBOSSN);
 
                                        /* The Weight Group Name */
 
@@ -956,7 +956,7 @@
                }
                MEM_freeN((void *)vgroup_validmap);
 
-               uiBlockSetEmboss(block, UI_EMBOSS);
+               //uiBlockSetEmboss(block, UI_EMBOSS);
 
                yco -= 2;
 

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

Reply via email to