Post #3215: # Pie Menu Editor 1.17.1
📋 Metadata
- Author: roaoao
- Date: 2020-04-26 22:59:37
- Type:
announcement - Quality Score: 8/10
- Replies (1): post_03216
🏷️ Tags
v1-17-1 pie-menu configuration intermediate solved
⚙️ Related PME Features
- Pie Menu Editor
- Popup Dialog Editor
- Macro Editor
- Panel Group Editor
- Stack Key Editor
- Sticky Key Editor
- Modal Editor
- Property Editor
- Menu Editor
- Hotkey Configuration
- Custom Icons
- Python Scripting
💬 Content
Pie Menu Editor 1.17.1
What’s New:
- New backup folder (
scripts/addons/pie_menu_editor_data/backups) - Support keymaps with commas
- Bug Fixes
How to Update:
- Backup your pie menus using Export button (optional).
- Open User Preferences.
- Go to the Add-Ons tab.
- Click Install Add-on from File button, navigate to the file you downloaded and install it.
- Restart Blender.
Juso3D:
and how would one set the togglable properties panel ignore both the UV window and Shading Window, I tried this but didn’t work.
Try this code (PME 1.17.1 Command tab):
bpy.ops.pme.sidearea_toggle(area='PROPERTIES', ignore_areas='UV,ShaderNodeTree', side='RIGHT', action='TOGGLE', main_area='VIEW_3D', width=320)
❤️ 4 likes