Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 02/06/2003 at 08:55, xxxxxxxx wrote:
User Information: Cinema 4D Version: 8.100 Platform: Windows ; Language(s) : C++ ;
--------- Hi, How can I figure out if the actual rendering process was canceled or not because I have to do a lot of calculation and so it need time sometimes and because of that I want to make a check in my loops if the rendering process was canceled or not but I didn't find a command for that. Has anybody a idea? Cathleen
On 02/06/2003 at 10:08, xxxxxxxx wrote:
Use BaseThread::TestBreak() with the thread that you got in InitRender() in InitRenderStruct.
On 02/06/2003 at 12:13, xxxxxxxx wrote:
It is working perfect. thanks Cathleen