RenderDocument
-
THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 28/09/2006 at 05:21, xxxxxxxx wrote:
User Information:
Cinema 4D Version: 9
Platform:
Language(s) : C++ ;---------
Hello ...Now ... I'm creating a plugin which will be used to render a document ...
While rendering ... the progress of the output will be shown in the picture viewer ( So it's working like "Render to picture viewer")
It is properly working on the machines except one machine ...
On that machine ... when I render ... rendering will be divided into two and those two regions will be rendered simultaneously ... That's the only difference from the other machine ...I hope you will do me a favor ...
Zaw Min Tun -
THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 28/09/2006 at 13:20, xxxxxxxx wrote:
Cinema 4D is multiprocessor aware. It will render using as many processors as are available and set (or all of them with 'Optimal') for Preferences->Common->Render Threads. The simultaneous render regions mean that you have a multiprocessor (this could be HyperThreading, dual-core, or real multiple processors).
If you are doing something during render, you'll need to take this possibility into account - I have no experience with that so check the docs and search these forums.
-
THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 28/09/2006 at 20:39, xxxxxxxx wrote:
Thanks a lot for your reply ... Robert ...
So now I know what to do ...
I really thank you ...Wishing you all the happiness ...
Zaw Min Tun -
THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 31/01/2007 at 04:41, xxxxxxxx wrote:
hi!
any chance for you to post the script here? im working on a similar plugin and got stuck in various problems - would be really helpful to get a version which is working which i could extend.thank you in advance.
-
THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 02/02/2007 at 01:25, xxxxxxxx wrote:
Hi ...
I never keep my code after handing over the code to my customer ...
And I don't remember the code very exactly ...
But it's pleasure to answer any question if I know the answer ( ... but I don't know a lot ... )
There are a lot of C4D gurus here in the forum like Mikael ... Kuroyume (Robert) ... Katachi (3D Designer) ... and any other ones ...
Even trying to understand their questions and answers can help us a lot ... !For rendering you can use the function RenderDocument ...
Wishing you all the best ...
Zaw Min Tun