[Bf-blender-cvs] [0ff424b2992] blender2.8: Viewport collections visibility: Remove collection icon

Dalai Felinto noreply at git.blender.org
Thu Nov 15 19:59:58 CET 2018


Commit: 0ff424b299264f9db09f513e394322137c317a4e
Author: Dalai Felinto
Date:   Thu Nov 15 16:46:27 2018 -0200
Branches: blender2.8
https://developer.blender.org/rB0ff424b299264f9db09f513e394322137c317a4e

Viewport collections visibility: Remove collection icon

I added the icon inspired by the H menu, but there is no need for this.

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

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 236470af279..8dbaf5e7fff 100644
--- a/release/scripts/startup/bl_ui/space_view3d.py
+++ b/release/scripts/startup/bl_ui/space_view3d.py
@@ -4048,7 +4048,7 @@ class VIEW3D_PT_collections(Panel):
         layout = self.layout
         layout.use_property_split = True
 
-        layout.label(text="Collections Visibility", icon='GROUP')
+        layout.label(text="Collections Visibility")
         col = layout.column()
 
         view_layer = context.view_layer



More information about the Bf-blender-cvs mailing list