[Bf-blender-cvs] [4af8f8574aa] greasepencil-object: Added comment noting why the GreasePencilStrokeSculptPanel has an empty label

Joshua Leung noreply at git.blender.org
Fri Dec 1 05:10:01 CET 2017


Commit: 4af8f8574aadfc823a9345f7ed16f93b98da57ad
Author: Joshua Leung
Date:   Fri Dec 1 15:27:16 2017 +1300
Branches: greasepencil-object
https://developer.blender.org/rB4af8f8574aadfc823a9345f7ed16f93b98da57ad

Added comment noting why the GreasePencilStrokeSculptPanel has an empty label

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

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

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

diff --git a/release/scripts/startup/bl_ui/properties_grease_pencil_common.py b/release/scripts/startup/bl_ui/properties_grease_pencil_common.py
index 2fc4c0688eb..44ec380c424 100644
--- a/release/scripts/startup/bl_ui/properties_grease_pencil_common.py
+++ b/release/scripts/startup/bl_ui/properties_grease_pencil_common.py
@@ -432,7 +432,7 @@ class GreasePencilBrushOptionsPanel:
 class GreasePencilStrokeSculptPanel:
     # subclass must set
     # bl_space_type = 'IMAGE_EDITOR'
-    bl_label = " "
+    bl_label = " " # NOTE: This is left blank as the text varies dynamically (see below)
     bl_category = "Tools"
     bl_region_type = 'TOOLS'



More information about the Bf-blender-cvs mailing list