[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [12148] trunk/blender/source/blender/src/ drawimage.c: * Made the UV editor dashed lines a little less overbearing

Matt Ebb matt at mke3.net
Wed Sep 26 08:49:16 CEST 2007


Revision: 12148
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=12148
Author:   broken
Date:     2007-09-26 08:49:16 +0200 (Wed, 26 Sep 2007)

Log Message:
-----------
* Made the UV editor dashed lines a little less overbearing

Modified Paths:
--------------
    trunk/blender/source/blender/src/drawimage.c

Modified: trunk/blender/source/blender/src/drawimage.c
===================================================================
--- trunk/blender/source/blender/src/drawimage.c	2007-09-26 06:46:08 UTC (rev 12147)
+++ trunk/blender/source/blender/src/drawimage.c	2007-09-26 06:49:16 UTC (rev 12148)
@@ -600,7 +600,7 @@
 			/*this is a shortcut to do the same as above but a faster for drawing */
 			if ((tface=(MTFace *)efa->tmp.p)) {
 			
-				cpack(0x0);
+				cpack(0x111111);
 				glBegin(GL_LINE_LOOP);
 					glVertex2fv(tface->uv[0]);
 					glVertex2fv(tface->uv[1]);
@@ -609,7 +609,7 @@
 				glEnd();
 			
 				setlinestyle(2);
-				cpack(0xFFFFFF);
+				cpack(0x909090);
 				glBegin(GL_LINE_STRIP);
 					glVertex2fv(tface->uv[0]);
 					glVertex2fv(tface->uv[1]);





More information about the Bf-blender-cvs mailing list