📋 Metadata
- Author: roaoao
- Date: 2020-04-26 22:59:37
- Type:
announcement - Replies (1): post_03216
💬 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