Revision: 37900 http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=37900 Author: blendix Date: 2011-06-28 13:43:18 +0000 (Tue, 28 Jun 2011) Log Message: ----------- Cycles: fix alt+Z shortcut not working in 3d view.
Modified Paths: -------------- branches/cycles/source/blender/makesrna/intern/rna_space.c Modified: branches/cycles/source/blender/makesrna/intern/rna_space.c =================================================================== --- branches/cycles/source/blender/makesrna/intern/rna_space.c 2011-06-28 12:48:39 UTC (rev 37899) +++ branches/cycles/source/blender/makesrna/intern/rna_space.c 2011-06-28 13:43:18 UTC (rev 37900) @@ -102,7 +102,7 @@ {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_TEXTURE, "TEXTURE", ICON_POTATO, "Texture", "Display the object solid, with a texture"}, + {OB_TEXTURE, "TEXTURED", ICON_POTATO, "Texture", "Display the object solid, with a texture"}, {OB_MATERIAL, "MATERIAL", ICON_MATERIAL_DATA, "Material", "Display objects solid, with GLSL material"}, {OB_RENDER, "RENDERED", ICON_SMOOTH, "Rendered", "Display render preview"}, {0, NULL, 0, NULL, NULL}}; _______________________________________________ Bf-blender-cvs mailing list Bf-blender-cvs@blender.org http://lists.blender.org/mailman/listinfo/bf-blender-cvs