Initiating External Render For Document
-
THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 01/09/2004 at 08:56, xxxxxxxx wrote:
User Information:
Cinema 4D Version: 8.503
Platform: Windows ; Mac ; Mac OSX ;
Language(s) : C++ ;---------
Subject says it all. Can I initiate a "Render To Picture Viewer" for a document I have created? Saving it to disk is no problem. Basically, anyway I can make that happen.Best Regards,
darf -
THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 02/09/2004 at 01:37, xxxxxxxx wrote:
Yes, like this:
namespace c4d_symbols_coh { #undef IDC_OK #undef IDC_CANCEL #undef IDM_CM_CLOSEWINDOW #undef HOTKEY_CAMERA_MOVE #undef HOTKEY_CAMERA_SCALE #undef HOTKEY_CAMERA_ROTATE #undef HOTKEY_OBJECT_MOVE #undef HOTKEY_OBJECT_SCALE #undef HOTKEY_OBJECT_ROTATE #include "../c4d_symbols.coh" }; using namespace c4d_symbols_coh; Bool MenuTest::Execute(BaseDocument *doc) { BaseContainer msg(COREMSG_CINEMA_EXECUTEEDITORCOMMAND); msg.SetLong(COREMSG_CINEMA_EXECUTEEDITORCOMMAND, IDM_RAYTRACING); Bool result = SendCoreMessage(COREMSG_CINEMA, msg, 0).GetLong(); return result; }
-
THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 02/09/2004 at 09:16, xxxxxxxx wrote:
Will try.
Thank for your time!
Best Regards,
darf -
THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 13/09/2004 at 12:02, xxxxxxxx wrote:
Brilliant.
darf