[Bf-extensions-cvs] [3c58750] master: Changed location string to match with the recent location changes. Renamed the Panel for more clarity

Gaia Clary noreply at git.blender.org
Sun Jan 15 12:15:26 CET 2017


Commit: 3c5875018e4cf9d184f2e49f6dafd0bd108ddf43
Author: Gaia Clary
Date:   Sun Jan 15 12:15:05 2017 +0100
Branches: master
https://developer.blender.org/rBA3c5875018e4cf9d184f2e49f6dafd0bd108ddf43

Changed location string to match with the recent location changes. Renamed the Panel for more clarity

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

M	space_view3d_math_vis/__init__.py

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

diff --git a/space_view3d_math_vis/__init__.py b/space_view3d_math_vis/__init__.py
index 7fad335..d961b89 100644
--- a/space_view3d_math_vis/__init__.py
+++ b/space_view3d_math_vis/__init__.py
@@ -23,7 +23,7 @@ bl_info = {
     "author": "Campbell Barton",
     "version": (0, 2),
     "blender": (2, 57, 0),
-    "location": "View3D > Tool Shelf or Console",
+    "location": "Properties: Scene > Math Vis Console and Python Console: Menu",
     "description": "Display console defined mathutils variables in the 3D view",
     "wiki_url": "http://wiki.blender.org/index.php/Extensions:2.6/Py/"
                 "Scripts/3D_interaction/Math_Viz",
@@ -47,7 +47,7 @@ class PanelConsoleVars(bpy.types.Panel):
     bl_space_type = 'PROPERTIES'
     bl_region_type = 'WINDOW'
     bl_context = 'scene'
-    bl_label = "Console Vars"
+    bl_label = "Math Vis Console"
     bl_idname = "mathvis.panel_console_vars"
     bl_category = "Math Vis"
     bl_options = {'DEFAULT_CLOSED'}



More information about the Bf-extensions-cvs mailing list