Post #3079: : post_03080
🏷️ Tags
popup-dialog hotkeys advanced unsolved
⚙️ Related PME Features
- Popup Dialog Editor
- Stack Key Editor
- Python Scripting
💬 Content
Kickflipkid687:
I got this from using PME Debug when turning off things in the filter… maybe I can put that into the command area…
You can execute code for the new area using cmd property:
bpy.ops.pme.popup_area(area='OUTLINER', cmd='C.space_data.use_filter_collection = False; C.space_data.use_filter_object_content = False; C.space_data.use_filter_children = False; C.space_data.use_filter_object_light = False; C.space_data.use_filter_object_camera = False; C.space_data.use_filter_object_empty = False; C.space_data.filter_text = ""')
Kickflipkid687:
Maybe this is because of using stackkey, but if I popup the menu it’s fine, but then if I click outside the popup window into the main blender UI, blender then crashes…
Yes, will try to fix in the next version (a couple of days)
❤️ 4 likes