Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender-addons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntonio Vazquez <blendergit@gmail.com>2016-11-27 19:01:42 +0300
committerAntonio Vazquez <blendergit@gmail.com>2016-11-27 19:01:42 +0300
commit75449ad18d0e15a98ec54380777cb173ab860158 (patch)
treee38777bf752f573379d7bb1c4276c9505261fd55 /measureit
parentbc73d58b0b91f684191e56d00c35c3d5a3a74ed0 (diff)
MeasureIt: Replace panels header
Add the word "MeasureIt" to panels header in order to make them easier to find in UI
Diffstat (limited to 'measureit')
-rw-r--r--measureit/measureit_main.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/measureit/measureit_main.py b/measureit/measureit_main.py
index a27f90e9..c7ed653e 100644
--- a/measureit/measureit_main.py
+++ b/measureit/measureit_main.py
@@ -575,7 +575,7 @@ def add_item(box, idx, segment):
# ------------------------------------------------------------------
class MeasureitMainPanel(Panel):
bl_idname = "measureit_main_panel"
- bl_label = "Tools"
+ bl_label = "MeasureIt Tools"
bl_space_type = 'VIEW_3D'
bl_region_type = "TOOLS"
bl_category = 'Measureit'
@@ -673,7 +673,7 @@ class MeasureitMainPanel(Panel):
# ------------------------------------------------------------------
class MeasureitConfPanel(Panel):
bl_idname = "measureit_conf_panel"
- bl_label = "Configuration"
+ bl_label = "MeasureIt Configuration"
bl_space_type = 'VIEW_3D'
bl_region_type = "TOOLS"
bl_category = 'Measureit'
@@ -707,7 +707,7 @@ class MeasureitConfPanel(Panel):
# ------------------------------------------------------------------
class MeasureitRenderPanel(Panel):
bl_idname = "measureit_render_panel"
- bl_label = "Render"
+ bl_label = "MeasureIt Render"
bl_space_type = 'VIEW_3D'
bl_region_type = "TOOLS"
bl_category = 'Measureit'