[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [15318] branches/soc-2008-nicholasbishop/ source/blender/src/buttons_editing.c: Re-grouped the three sculpt panels.

Nicholas Bishop nicholasbishop at gmail.com
Sun Jun 22 23:33:58 CEST 2008


Revision: 15318
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=15318
Author:   nicholasbishop
Date:     2008-06-22 23:33:58 +0200 (Sun, 22 Jun 2008)

Log Message:
-----------
Re-grouped the three sculpt panels.

Modified Paths:
--------------
    branches/soc-2008-nicholasbishop/source/blender/src/buttons_editing.c

Modified: branches/soc-2008-nicholasbishop/source/blender/src/buttons_editing.c
===================================================================
--- branches/soc-2008-nicholasbishop/source/blender/src/buttons_editing.c	2008-06-22 21:06:00 UTC (rev 15317)
+++ branches/soc-2008-nicholasbishop/source/blender/src/buttons_editing.c	2008-06-22 21:33:58 UTC (rev 15318)
@@ -6540,11 +6540,10 @@
 				editing_panel_mesh_texface();
 		}
 		else if(G.f & G_SCULPTMODE) {
-			uiNewPanelTabbed("Multires", "Editing");
 			editing_panel_sculpting_tools();
-			uiNewPanelTabbed("Multires", "Editing");
+			uiNewPanelTabbed("Sculpt", "Editing");
 			editing_panel_sculpting_brush();
-			uiNewPanelTabbed("Multires", "Editing");
+			uiNewPanelTabbed("Sculpt", "Editing");
 			editing_panel_sculpting_textures();
 		} else {
 			if(G.f & (G_VERTEXPAINT | G_TEXTUREPAINT | G_WEIGHTPAINT) ) {





More information about the Bf-blender-cvs mailing list