Post #4836: @jaston559 @Dock

📋 Metadata

🏷️ Tags

ui-customization intermediate solved

  • Pie Menu Editor
  • Menu Editor

💬 Content

@jaston559 @Dock

Hey, I just went digging to see if the weird label menu issue could be fixed and found something that might help you.

go to the pme addon folder and search for operators.py
example:
C:\Users\UserName\AppData\Roaming\Blender Foundation\Blender\3.6\scripts\addons\pie_menu_editor\operators.py

go to line 1437 or search for rm_class and change the last True for False:

pmi.rm_class, text, icon, use_mouse_over_open=True)

like this:

pmi.rm_class, text, icon, use_mouse_over_open=False)

save and re open blender.

I started making custom nested menus recently so I’m not sure it can be use as a bullet proof solution but for now it seems to work and didn’t break any of my other menus so give it a try.

image


❤️ 10 likes


🔗 View on Blender Artists