THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 22/08/2005 at 04:17, xxxxxxxx wrote:
User Information:
Cinema 4D Version: 9.102
Platform: Windows ;
Language(s) : C++ ;
---------
Hello everybody ...
I wanted to render my document and I used CallCommand ...
According to c4d_symbols.h .. I found that ...
IDM_RENDERALL = 12163
... So I wrote CallCommand(12163) ... It worked well ..
It's equal to ... user clicks Render->Render View ...
I want to create a function which is equal to .. user clicks Render->Render to Picture Viewer ...
What constant do I have to use in place of 12163 ...
I tested many constants of c4d_symbols.h ... but still I can't find the right one ...
Thanks in advance ...
ZawMinTun