On 25/07/2018 at 17:55, xxxxxxxx wrote:
User Information:
Cinema 4D Version: R19
Platform: Windows ; Mac ; Mac OSX ;
Language(s) : C++ ;
---------
Hi,
We use doc->SetAction( TOOL_ID ) to activate a custom tool, but what's the best method to deactivate it when we're done?
I guess to load the previous one from the last tools list, but I can't find any way to access that list.
Is the only way by listening to EVMSG_TOOLCHANGED to remember what was there before?