new view option, SolidTex, to draw textures in solid mode.

In the view panel as well as the shortcut Shift+T

this works in editmode as well as object mode

giving results like this
http://members.optusnet.com.au/cjbarton/temp1.jpg

where before you could only see textures in textured draw type like this
http://members.optusnet.com.au/cjbarton/temp2.jpg
This commit is contained in:
2007-09-15 18:12:16 +00:00
parent b2a8199d4b
commit 3a90f211d2
10 changed files with 36 additions and 28 deletions

View File

@@ -993,7 +993,6 @@ static PyObject *M_Window_ViewLayers( PyObject * self, PyObject * args )
}
if (winid==-1) {
printf("Doing WINIID NOT!!!\n");
/* set scene and viewport */
G.scene->lay = layer;
if (G.vd) {