[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [25031] trunk/blender/source/blender/ makesrna/intern/rna_space.c: * Disabled "Shaded View" again, not working in 2.5 (yet).

Thomas Dinges dingto at gmx.de
Mon Nov 30 19:06:45 CET 2009


Revision: 25031
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=25031
Author:   dingto
Date:     2009-11-30 19:06:45 +0100 (Mon, 30 Nov 2009)

Log Message:
-----------
* Disabled "Shaded View" again, not working in 2.5 (yet).

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

Modified: trunk/blender/source/blender/makesrna/intern/rna_space.c
===================================================================
--- trunk/blender/source/blender/makesrna/intern/rna_space.c	2009-11-30 14:40:45 UTC (rev 25030)
+++ trunk/blender/source/blender/makesrna/intern/rna_space.c	2009-11-30 18:06:45 UTC (rev 25031)
@@ -662,7 +662,7 @@
 		{OB_BOUNDBOX, "BOUNDBOX", ICON_BBOX, "Bounding Box", "Display the object's local bounding boxes only"},
 		{OB_WIRE, "WIREFRAME", ICON_WIRE, "Wireframe", "Display the object as wire edges"},
 		{OB_SOLID, "SOLID", ICON_SOLID, "Solid", "Display the object solid, lit with default OpenGL lights"},
-		{OB_SHADED, "SHADED", ICON_SMOOTH, "Shaded", "Display the object solid, with preview shading interpolated at vertices"},
+		//{OB_SHADED, "SHADED", ICON_SMOOTH, "Shaded", "Display the object solid, with preview shading interpolated at vertices"},
 		{OB_TEXTURE, "TEXTURED", ICON_POTATO, "Textured", "Display the object solid, with face-assigned textures"},
 		{0, NULL, 0, NULL, NULL}};
 		





More information about the Bf-blender-cvs mailing list