On 19/04/2017 at 06:34, xxxxxxxx wrote:
User Information:
Cinema 4D Version: R18
Platform: Windows ;
Language(s) : C++ ;
---------
Hello.
My menu is shown correctly in Standard Cinema 4D, but not when I switch it to BP UV Editor.
To fill the menu, I react to C4DPL_BUILDMENU in PluginMessage call.
I fill it using:
BaseContainer* bc = GetMenuResource(String("M_EDITOR"));
and
GeData *lastmenu = SearchPluginMenuResource();
as shown in examples.
What do I have to do to make the menu appear in BP UV Editor as well ?
Thank you.