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);
_______________________________________________
Bf-blender-cvs mailing list
[email protected]
http://lists.blender.org/mailman/listinfo/bf-blender-cvs