Post #2827: In PME 1.16.4 you can set ignore_area property depending on the current worksp
📋 Metadata
- Author: roaoao
- Date: 2019-10-13 05:37:55
- Type:
answer - Quality Score: 8/10
- Reply to: post_02814
- Replies (1): post_02829
🏷️ Tags
v1-16-4 popup-dialog hotkeys advanced solved
⚙️ Related PME Features
- Popup Dialog Editor
- Python Scripting
- Hotkey Configuration
- Macro Editor
💬 Content
In PME 1.16.4 you can set ignore_area property depending on the current workspace.
Example for Outliner button (Command tab):
ignore_areas = {"3D / Shading": "ShaderNodeTree"}; ignore_area = ignore_areas.get(C.workspace.name, 'NONE'); bpy.ops.pme.sidearea_toggle(side='LEFT', action='TOGGLE', area='OUTLINER', width=350, ignore_area=ignore_area)
❤️ 3 likes