Restart the Console
-
THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 05/02/2004 at 21:44, xxxxxxxx wrote:
User Information:
Cinema 4D Version: 8.100
Platform:
Language(s) : C.O.F.F.E.E ;---------
As i can see the restart console icon in the Cinema 4D Version 7, I could not find the same thing for the version 8. Means when i want to restart, I have to restart the C4D itself. Is there any way to display the icon, or to restart the console without restarting the cinema 4d?
Thanks and regards -
THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 08/02/2004 at 08:24, xxxxxxxx wrote:
The "reload COFFEE plugins" is available again since version 8.207. You´ll need to update to it (it´s free of charge). But it will only reload .cof, so uncompiled, COFFEE plugins.
-
THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 09/02/2004 at 16:57, xxxxxxxx wrote:
And it will only reload .cof plugins that were there when C4D was first started. So it won't look for new plugins.
-
THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 09/02/2004 at 18:19, xxxxxxxx wrote:
If I am using C++ SDK, what about the reload C++ plugin? Is it the same as COFFEE?
Best Regards -
THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 09/02/2004 at 18:24, xxxxxxxx wrote:
No, then it won't work at all. When I'm in a debug session I remove as many plugins and modules as possible and use a template.c4d file. Then it's pretty quick to just press F5/Shift+F5 to start/stop debugging.
-
THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 12/02/2004 at 00:35, xxxxxxxx wrote:
I'm sorry, I mean that I can see the reload plugin in release 7, but I could not see in the Cinema 4D release 8, Is that i have to download the version 8.2 onwards to be able to restart the c++ plugin? Or I have to restart the C4D if i wanna compile the cpp file?
Thanks and regards -
THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 15/02/2004 at 16:35, xxxxxxxx wrote:
In no version is it possible to reload C++ plugins. To reload the plugin you need to restart C4D. Though in MSVC it's theoretically possible to do small recompilations without restarting C4D with the compile-and-go feature. (Just make the changes and then press F5 to compile them. MSVC will complain if the changes are too big.)