Post #5196: Try This.
📋 Metadata
- Author: Pluglug
- Date: 2024-07-30 11:23:03
- Type:
answer - Quality Score: 7/10
- Reply to: post_05195
🏷️ Tags
v1-18-7 pie-menu hotkeys intermediate solved
⚙️ Related PME Features
- Pie Menu Editor
- Custom menu configuration
- Addon file modification
💬 Content
Try This.
Pie Menu Editor 1.18.7 Released Scripts and Themes
@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…
❤️ 1 likes