[Bf-blender-cvs] [0d0a90fe381] temp-lineart-contained: LineArt: Remove 'hide_viewport' in collection panel so it won't accidentally be deactivated.

YimingWu noreply at git.blender.org
Fri Mar 12 05:53:13 CET 2021


Commit: 0d0a90fe381c93ded1c8220496c07bc3ce6061ec
Author: YimingWu
Date:   Fri Mar 12 12:52:09 2021 +0800
Branches: temp-lineart-contained
https://developer.blender.org/rB0d0a90fe381c93ded1c8220496c07bc3ce6061ec

LineArt: Remove 'hide_viewport' in collection panel so it won't accidentally be deactivated.

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

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

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

diff --git a/release/scripts/startup/bl_ui/properties_collection.py b/release/scripts/startup/bl_ui/properties_collection.py
index ffaca6276b6..95c45826b02 100644
--- a/release/scripts/startup/bl_ui/properties_collection.py
+++ b/release/scripts/startup/bl_ui/properties_collection.py
@@ -57,7 +57,6 @@ class COLLECTION_PT_collection_flags(CollectionButtonsPanel, Panel):
         row = layout.row()
         col = row.column(align=True)
         col.prop(collection, "hide_select", text="Selectable", toggle=False, invert_checkbox=True)
-        col.prop(collection, "hide_viewport", toggle=False)
         col.prop(collection, "hide_render", toggle=False)



More information about the Bf-blender-cvs mailing list