Post #3882: I’ve created a popup dialog using this as a command:

📋 Metadata

  • Author: Xelbayria
  • Date: 2021-06-02 10:48:48
  • Type: question
  • Quality Score: 6/10
  • Replies (1): post_03883

🏷️ Tags

popup-dialog intermediate unsolved

  • Popup Dialog Editor
  • Python Scripting
  • Macro Editor

💬 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