On 01/03/2017 at 07:51, xxxxxxxx wrote:
User Information:
Cinema 4D Version: R18
Platform: Windows ;
Language(s) : C++ ;
---------
Hello.
In my DescriptionToolData plugin, whenever I call doc->SetAction(MY_TOOL_DATA_PLUGIN_ID), the brush description is loaded. In GetDDescription, this is the only line of code:
return DescriptionToolData::GetDDescription(doc, data, description, flags);
Nevertheless, whenever I call my tooldata from menu "plugins ", its description is displayed fine.
Any idea what goes wrong ?
Thank you.