Post #3078: I found out how to do it with a StackKey. Not sure if that;s the best way to do

📋 Metadata

🏷️ Tags

stack-key customization intermediate unsolved

  • Stack Key Editor
  • Pie Menu Editor
  • PME Debug

💬 Content

I found out how to do it with a StackKey. Not sure if that;s the best way to do it or not, but it works.
Now I need to see if I can customize the filter somehow in the settings.

imageimage709×181 16.2 KB

imageimage766×297 23.9 KB

image

Edit: I got this from using PME Debug when turning off things in the filter… maybe I can put that into the command area…

bpy.context.space_data.use_filter_collection = False
bpy.context.space_data.use_filter_object_content = False
bpy.context.space_data.use_filter_children = False
bpy.context.space_data.use_filter_object_light = False
bpy.context.space_data.use_filter_object_camera = False
bpy.context.space_data.use_filter_object_empty = False
bpy.context.space_data.filter_text = “”

.

Edit: 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…


🔗 View on Blender Artists