Post #2832: Ok. I have tab like this: outliner-shader editor-3d view-properties

📋 Metadata

🏷️ Tags

pie-menu hotkeys intermediate unsolved

  • Pie Menu Editor
  • Sidebar Toggle (sidearea_toggle)
  • Area Management

💬 Content

Ok. I have tab like this: outliner-shader editor-3d view-properties
In Pie menu when i try to toggle outliner i have:

ignore_areas = {"3D / Shading": "ShaderNodeTree"}; ignore_area = ignore_areas.get(C.workspace.name, 'NONE'); bpy.ops.pme.sidearea_toggle(side='LEFT', action='TOGGLE', area='OUTLINER', width=350, ignore_area=ignore_area)

With this command outliner toggles only in 3d view. I want to toggle only on left side in shader editor.
What command i must use to toggle outliner/properties i this layout? So the shader editor and 3d view stays all the time but only outliner/properties ar show/hide?

blender_IngEY7HViFblender_IngEY7HViF2560×1410 533 KB


🔗 View on Blender Artists