[Bf-blender-cvs] [fbb9bffe1b] render-layers: Bring back the select button for the UI

Dalai Felinto noreply at git.blender.org
Thu Feb 2 18:06:35 CET 2017


Commit: fbb9bffe1bbe40dd0cad44ce412c48f3fe29017d
Author: Dalai Felinto
Date:   Thu Feb 2 18:06:24 2017 +0100
Branches: render-layers
https://developer.blender.org/rBfbb9bffe1bbe40dd0cad44ce412c48f3fe29017d

Bring back the select button for the UI

===================================================================

M	release/scripts/startup/bl_ui/space_view3d.py

===================================================================

diff --git a/release/scripts/startup/bl_ui/space_view3d.py b/release/scripts/startup/bl_ui/space_view3d.py
index 41f65d5a6e..e397a85aa5 100644
--- a/release/scripts/startup/bl_ui/space_view3d.py
+++ b/release/scripts/startup/bl_ui/space_view3d.py
@@ -3194,6 +3194,8 @@ class VIEW3D_PT_collections_editor(Panel):
                 collection.name))
 
             row.prop(collection, "hide", text="", emboss=False)
+            row.prop(collection, "hide_select", text="", emboss=False)
+
             row.operator("collections.select", text="", icon='BLANK1' if is_collection_selected else 'HAND', emboss=False).collection_index=index
 
             if nested_collections:




More information about the Bf-blender-cvs mailing list