Post #176: I want to share this script with you guys. Looks like it can be useful.
📋 Metadata
- Author: roaoao
- Date: 2016-05-22 07:46:54
- Type:
showcase - Quality Score: 8/10
🏷️ Tags
⚙️ Related PME Features
- Pie Menu Editor
- Custom Scripts
- Python Scripting
💬 Content
I want to share this script with you guys. Looks like it can be useful.
The script allows you to use header menu(s) in your pies:
To do this extract the file to pie_menu_editor/scripts folder and use it as an external script in Custom tab:
execute_script("scripts/custom_header_menu.py", areas=['CURRENT', 'INFO'])
Edit areas value to choose menu(s) you want to add. E.g. areas=[‘CURRENT’] will show the menu from the active area.
You can find all available area types here.
Attachments
custom_header_menu.zip (764 Bytes)
❤️ 1 likes