[Bf-blender-cvs] [dba084a6590] temp-lineart-contained: LineArt: "collection flags"->"Restrictions"

YimingWu noreply at git.blender.org
Fri Nov 13 03:23:33 CET 2020


Commit: dba084a6590158f76bab5af4913d9d1c622d0060
Author: YimingWu
Date:   Fri Nov 13 10:23:17 2020 +0800
Branches: temp-lineart-contained
https://developer.blender.org/rBdba084a6590158f76bab5af4913d9d1c622d0060

LineArt: "collection flags"->"Restrictions"

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

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 562b500eccb..ffaca6276b6 100644
--- a/release/scripts/startup/bl_ui/properties_collection.py
+++ b/release/scripts/startup/bl_ui/properties_collection.py
@@ -36,7 +36,7 @@ def lineart_make_line_type_entry(col, line_type, text_disp, expand, search_from)
 
 
 class COLLECTION_PT_collection_flags(CollectionButtonsPanel, Panel):
-    bl_label = "Collection Flags"
+    bl_label = "Restrictions"
 
     @classmethod
     def poll(cls, context):



More information about the Bf-blender-cvs mailing list