Post #5618: I’ve previously introduced CSM (Context Sensitive Menu) for situation-aware menu
📋 Metadata
- Author: Pluglug
- Date: 2025-10-10 15:42:39
- Type:
answer - Quality Score: 7/10
- Reply to: post_05616
- Replies (1): post_05619
🏷️ Tags
v1-18-8 pie-menu hotkeys advanced solved
⚙️ Related PME Features
- Context Sensitive Menu (CSM)
- Stack Key Editor
- Custom Tab
- Command Tab
- Modal Editor
💬 Content
I’ve previously introduced CSM (Context Sensitive Menu) for situation-aware menu switching:
Pie Menu Editor 1.18.8 Released Scripts and Themes
CSM v2.1 is now complete! It allows you to dynamically call corresponding menus based on the mode and type of the active object. The basic specifications are the same as version 1, but there are some changes, so please check them out. Changes In v1, it could only be used in the Command tab, but in v2.1, draw_menu can now be used for the Custom Tab. Due to this change, calling via execute_script is now deprecated. Changed to use context.mode instead of object.mode. This allows distinguish…
For your specific case, there’s an idea using Stack Key. However, it’s not very practical since you’d need to manually close the current menu before opening the next one.

❤️ 2 likes