[Bf-committers] Re: Slow render bug in 2.25

Robert Wenzlaff bf-committers@blender.org
Tue, 31 Dec 2002 15:19:09 -0500


At 04:39 PM 12/31/02 +0100, you wrote:
>First, I would just like to comment that it
>was Rob Haarsma that tracked this bug to
>where the test_break gets registered in
>the infamous "do_crap()" in renderwin.c,
>and thus initiated this debugging process
>-- cheers phase! He noticed that if you
>comment out the
>
>RE_set_test_break_callback(test_break);

Yes, I should have mentioned that.  We started with Rob's findings and 
worked from there.

If you don't register the callback then it never gets called (I assume 
registering
test_break makes RE_local_test_break point to test_break).  I believe the 
default is a function that always evaluates false, hence it disabled all 
the calls making the ESC key non-functional.

Hos and I made it so it's no longer a major CPU draw, but still works.

Bob.