[Bf-blender-cvs] [9f35ef219fa] temp-lanpr-review: LANPR: Collection visibility flags should be visible in all engines.

YimingWu noreply at git.blender.org
Wed Nov 27 15:22:03 CET 2019


Commit: 9f35ef219faccdac8bc138c3c2057570c1c3d2c2
Author: YimingWu
Date:   Wed Nov 27 22:21:31 2019 +0800
Branches: temp-lanpr-review
https://developer.blender.org/rB9f35ef219faccdac8bc138c3c2057570c1c3d2c2

LANPR: Collection visibility flags should be visible in all engines.

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

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 d3f68e1a712..3713b394b62 100644
--- a/release/scripts/startup/bl_ui/properties_collection.py
+++ b/release/scripts/startup/bl_ui/properties_collection.py
@@ -38,7 +38,7 @@ def lanpr_make_line_type_entry(col, line_type, text_disp, expand, search_from):
 
 class COLLECTION_PT_collection_flags(CollectionButtonsPanel, Panel):
     bl_label = "Collection Flags"
-    COMPAT_ENGINES = { 'BLENDER_LANPR' }
+    COMPAT_ENGINES = { 'BLENDER_LANPR', 'BLENDER_EEVEE', 'BLENDER_WORKBENCH', 'CYCLES' }
 
     def draw(self, context):
         layout=self.layout



More information about the Bf-blender-cvs mailing list