Hi Yannick,
this is a follow up from the old forums thread...
goal is to get a (single) command plugin to have a submenu
you mentioned this example
https://developers.maxon.net/docs/Cinema4DPythonSDK/html/misc/pluginstructure.html#enhancing-the-main-menu
i got that running in my plugin and it adds a menu in the main menu bar after plugins.
but isn't it possible to add my menu "normally" under plugins/plugins?
if i iterate the plugin menu bc i get:
4 IDS_EDITOR_PLUGINS
3 IDM_EXECUTE_LAST
2 1
3 IDM_PLUGINS
2 1
3 PLUGIN_CMD_12302
3 PLUGIN_CMD_1026375
so the plugin list is not displayed directly here, they are all joined together under IDM_PLUGINS,
(which probably corresponds to PLUGIN_CMD_53000 or CMD_53000 ?)
--> is there a way to add my command plugins menu under IDM_PLUGINS ?
and how would i get the bc of IDM_PLUGINS to work with it ?
best, index
ps. off topic :
the old forums content will not be ported over? (there was a lot of know how there)
and to separate python and c++ is not planned?