📋 Metadata
- Author: Xelbayria
- Date: 2021-06-02 10:48:48
- Type:
question - Replies (1): post_03883
💬 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?