Notifications
Clear all
[Closed] A render question
Mar 24, 2006 4:58 pm
Is it possible to halt a render using a callback? If so, what would be the proceedure?
thanks in advance.
1 Reply
1 Reply
Don’t think so. I think the only way is to handle the Esc. key, but I don’t think you can use a callback. Once you start rendering, you can either wait until the render is finished, or let the user cancel it using Esc.
I might be wrong though.