[Bf-blender-cvs] [7bbcf05428e] greasepencil-object: Change UI layers panel header text

Antonio Vazquez noreply at git.blender.org
Sun Jun 11 15:56:28 CEST 2017


Commit: 7bbcf05428e376742a88866bd36c5541500184ca
Author: Antonio Vazquez
Date:   Sun Jun 11 15:56:17 2017 +0200
Branches: greasepencil-object
https://developer.blender.org/rB7bbcf05428e376742a88866bd36c5541500184ca

Change UI layers panel header text

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

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

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

diff --git a/release/scripts/startup/bl_ui/properties_data_gpencil.py b/release/scripts/startup/bl_ui/properties_data_gpencil.py
index f3739caa50c..d8ed827b6c4 100644
--- a/release/scripts/startup/bl_ui/properties_data_gpencil.py
+++ b/release/scripts/startup/bl_ui/properties_data_gpencil.py
@@ -52,6 +52,7 @@ class DATA_PT_gpencil_datapanel(GreasePencilDataPanel, Panel):
     bl_space_type = 'PROPERTIES'
     bl_region_type = 'WINDOW'
     bl_context = "data"
+    bl_label = "Layers"
 
     # NOTE: this is just a wrapper around the generic GP Panel




More information about the Bf-blender-cvs mailing list