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 26/06/2003 at 23:56, xxxxxxxx wrote:
User Information: Cinema 4D Version: 8.100 Platform: Windows ; Language(s) : C++ ;
--------- hi there, i created a CommandData plugin to start a rendering process with RenderDocument(...). now i want to update a status bar with StatusSetBar() but i need any information about progress. using a ProgressHook maybe solves the problem but how will i get the information about the actually rendered line.
On 28/06/2003 at 02:10, xxxxxxxx wrote:
RenderDocument() continuously fills the passed BaseBitmap with the rendered image, notifying you via the ProgressHook when the bitmap has changed.
On 29/06/2003 at 22:57, xxxxxxxx wrote:
so it's notifying after each pixel or after each line?
On 03/09/2003 at 05:22, xxxxxxxx wrote:
Thanks, did it.