[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [28325] branches/render25/source/blender/ editors/space_view3d/drawobject.c: partial redraw clipping planes do not work; I disabled until there' s time to debug them (note partial redraw still exists, it' s just theoretically not quite as fast)

Joseph Eagar joeedh at gmail.com
Wed Apr 21 15:13:52 CEST 2010


Revision: 28325
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=28325
Author:   joeedh
Date:     2010-04-21 15:13:52 +0200 (Wed, 21 Apr 2010)

Log Message:
-----------
partial redraw clipping planes do not work; I disabled until there's time to debug them (note partial redraw still exists, it's just theoretically not quite as fast)

Modified Paths:
--------------
    branches/render25/source/blender/editors/space_view3d/drawobject.c

Modified: branches/render25/source/blender/editors/space_view3d/drawobject.c
===================================================================
--- branches/render25/source/blender/editors/space_view3d/drawobject.c	2010-04-21 12:27:48 UTC (rev 28324)
+++ branches/render25/source/blender/editors/space_view3d/drawobject.c	2010-04-21 13:13:52 UTC (rev 28325)
@@ -2596,7 +2596,7 @@
 				if(ob->sculpt->partial_redraw) {
 					if(ar->do_draw & RGN_DRAW_PARTIAL) {
 						sculpt_get_redraw_planes(planes, ar, rv3d, ob);
-						fpl = planes;
+						fpl = NULL; //planes;
 						ob->sculpt->partial_redraw = 0;
 					}
 				}





More information about the Bf-blender-cvs mailing list