hannesdelbeke / unimenu

easy consistent menus across apps: unreal, blender, maya, krita, substance painter, Katana, marmoset, 3ds max, cry-engine, FreeCAD, Hero, Nuke, Qt,...
https://github.com/hannesdelbeke/unimenu/wiki/features-overview
Apache License 2.0
83 stars 8 forks source link

track issue with menu max or maya #56

Open hannesdelbeke opened 9 months ago

hannesdelbeke commented 9 months ago

not sure if it's max or maya. but if we parent a new menu entry to an existing menu on startup. the whole menu is removed.

hannesdelbeke commented 9 months ago

believe it's maya after all. from https://github.com/hannesdelbeke/maya-plugin-template

you can't add to existing menus. e.g. the Windows menu, named mainWindowsMenu or it will be empty if plugin loads on startup.

hannesdelbeke commented 9 months ago

hack from pyblish https://github.com/pyblish/pyblish-maya/blob/893dee39aef34aa7daa7c3e5593247abb8282731/pyblish_maya/lib.py#L147C6-L147C6

hannesdelbeke commented 4 months ago

relates to extending menus https://github.com/hannesdelbeke/unimenu/issues/35