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).
Hi All,
Pretty straight forward. How can I quit the Cinema 4D application from my C++ plugin? I cant find anything obvious in the documentation.
Thank you!
hi,
there's no function to close cinema4D.
You can use CallCommand
The id for the command Quit is 12104
Quit
CallCommand(12104)
Cheers, Manuel
That is a great idea! Thank you!