Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam Reynish <billrey@me.com>2019-04-16 15:52:44 +0300
committerWilliam Reynish <billrey@me.com>2019-04-16 15:52:44 +0300
commita12bc43b261a16a191722196941e6463e0061f39 (patch)
tree7c95d6c6e24af9a5112c4d80e932325ce9091362
parentb53728b1d25ca56fd88b0a8a013e68cd961e8ab9 (diff)
UI: Move Collection Visibility popover from 3D View header into the Sidebar
It's more practical to use this from the Sidebar, and takes away one item from the crowded header. See T63527
-rw-r--r--release/scripts/startup/bl_ui/space_view3d.py11
1 files changed, 2 insertions, 9 deletions
diff --git a/release/scripts/startup/bl_ui/space_view3d.py b/release/scripts/startup/bl_ui/space_view3d.py
index a39c5b58e6d..06626c67bc9 100644
--- a/release/scripts/startup/bl_ui/space_view3d.py
+++ b/release/scripts/startup/bl_ui/space_view3d.py
@@ -257,13 +257,6 @@ class VIEW3D_HT_header(Header):
layout.separator_spacer()
- # Collection Visibility
- layout.popover(
- panel="VIEW3D_PT_collections",
- icon='GROUP',
- text="",
- )
-
# Viewport Settings
layout.popover(
panel="VIEW3D_PT_object_type_visibility",
@@ -4390,9 +4383,9 @@ class VIEW3D_PT_view3d_cursor(Panel):
class VIEW3D_PT_collections(Panel):
bl_space_type = 'VIEW_3D'
- bl_region_type = 'HEADER'
+ bl_region_type = 'UI'
+ bl_category = "View"
bl_label = "Collections Visibility"
- bl_ui_units_x = 10
def _draw_collection(self, layout, view_layer, collection, index):
need_separator = index