Post #1032: Hey roaoa. I have two issues. #1 the property panel pop up button has stopped sw
📋 Metadata
- Author: Jakro
- Date: 2017-10-13 08:07:35
- Type:
question - Quality Score: 6/10
- Replies (1): post_01033
🏷️ Tags
popup-dialog hotkeys configuration intermediate unsolved
⚙️ Related PME Features
- Popup Dialog Editor
- Hotkey Configuration
- Python Scripting
💬 Content
Hey roaoa. I have two issues. #1 the property panel pop up button has stopped switching me to modifier mode. I’m using this code:
bpy.ops.pme.popup_area(‘INVOKE_DEFAULT’, area=‘PROPERTIES’); win = C.window_manager.windows[-1]; bpy.ops.pme.exec(dict(window=win, screen=win.screen, area=win.screen.areas[0]), cmd=“C.context.space_data.context = ‘MODIFIER’”)
#2 I some how deleted the ctrl+alt+` to get the debug menu. I tried a dozen things to get the debug menu shortcut working again with no luck. would really appreciate if you could let me know how to add this back. Thanks 