Post #5620: Sorry, I forgot. Fixed!

📋 Metadata

🏷️ Tags

macro python-scripting intermediate solved

  • Macro Editor
  • Python Scripting
  • autorun scripts

💬 Content

Sorry, I forgot. Fixed!

gist.github.com

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


🔗 View on Blender Artists