Post #4086: On advance settings
📋 Metadata
- Author: Motiomancer
- Date: 2021-09-26 15:20:55
- Type:
answer - Quality Score: 8/10
- Reply to: post_04085
🏷️ Tags
popup-dialog sticky-key configuration intermediate
⚙️ Related PME Features
- Sticky Key Editor
- Stack Key Editor
- Python Scripting
💬 Content
On advance settings
return C.area.type == 'GRAPH_EDITOR'

If you want to know the name of a specific area you can make a Sticky Key/Stack Key, with:
message_box(C.area.type , title='')
in the command tab to show the current active area

❤️ 3 likes