Post #5620: Sorry, I forgot. Fixed!
📋 Metadata
- Author: Pluglug
- Date: 2025-10-11 19:10:19
- Type:
answer - Quality Score: 7/10
- Reply to: post_05619
- Replies (1): post_05621
🏷️ Tags
macro python-scripting intermediate solved
⚙️ Related PME Features
- Macro Editor
- Python Scripting
- autorun scripts
💬 Content
Sorry, I forgot. Fixed!
https://gist.github.com/Pluglug/ebdf6ad377922569a34cdeb71ea97ed3
autorun_context_sensitive_menu_v2.py
# Open context sensitive menu v2.3
## Usage
# Download context_sensitive_menu_v2.py and place it in the following directory, then restart Blender.
# `pie_menu_editor\scripts\autorun`
# This will make the functionality accessible through the `CSM` class.
# Example usage in the Command tab:
# ```
# CSM.from_context(context, prefix="My ", suffix=" Menu").open_menu()
This file has been truncated. show original
❤️ 3 likes