📋 Metadata

💬 Content

I’ve created a popup dialog using this as a command:
bpy.ops.pme.popup_area(area='OUTLINER'
but how do I apply these to make a custom outliner

  • bpy.context.space_data.show_restrict_column_enable = False
  • bpy.context.space_data.show_restrict_column_viewport = True
  • bpy.context.space_data.show_restrict_column_select = True

Do anyone have a good idea?


🔗 View on Blender Artists