[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [38171] branches/soc-2011-onion/source/ blender/editors/space_view3d/view3d_draw.c: forgot some test stuff in

Antony Riakiotakis kalast at gmail.com
Thu Jul 7 02:59:48 CEST 2011


Revision: 38171
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=38171
Author:   psy-fi
Date:     2011-07-07 00:59:48 +0000 (Thu, 07 Jul 2011)
Log Message:
-----------
forgot some test stuff in

Modified Paths:
--------------
    branches/soc-2011-onion/source/blender/editors/space_view3d/view3d_draw.c

Modified: branches/soc-2011-onion/source/blender/editors/space_view3d/view3d_draw.c
===================================================================
--- branches/soc-2011-onion/source/blender/editors/space_view3d/view3d_draw.c	2011-07-07 00:58:04 UTC (rev 38170)
+++ branches/soc-2011-onion/source/blender/editors/space_view3d/view3d_draw.c	2011-07-07 00:59:48 UTC (rev 38171)
@@ -2845,11 +2845,6 @@
 		glDrawElements(GL_TRIANGLES, 3*(numOfFaces - numOfQuads), GL_UNSIGNED_INT, triIndices);
 		glDrawElements(GL_QUADS, 4*numOfQuads, GL_UNSIGNED_INT, quadIndices);
 
-		/* ready to draw here */
-		glBegin(GL_POINTS);
-		glVertex3f(0.0, 0.0, 0.0);
-		glEnd();
-
 		glReadPixels(0, 0, w, h, GL_RGBA, GL_UNSIGNED_BYTE, ibuf->rect);
 
 		sprintf(filename, "%s_%s.png", ob->id.name, defgrp->name);




More information about the Bf-blender-cvs mailing list