📋 Metadata
- Author: roaoao
- Date: 2020-03-15 21:22:59
- Type:
answer - Reply to: post_03078
- Replies (1): post_03080
💬 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