[Bf-extensions-cvs] [d3b7aae] master: 3D Nav, change Tab name to Display T50357

meta-androcto noreply at git.blender.org
Sun Jan 8 01:04:55 CET 2017


Commit: d3b7aaea275bdc29b514dc863562b5b609b1a41c
Author: meta-androcto
Date:   Sun Jan 8 11:04:34 2017 +1100
Branches: master
https://developer.blender.org/rBAd3b7aaea275bdc29b514dc863562b5b609b1a41c

3D Nav, change Tab name to Display T50357

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

M	space_view3d_3d_navigation.py

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

diff --git a/space_view3d_3d_navigation.py b/space_view3d_3d_navigation.py
index 1da9979..ac5579a 100644
--- a/space_view3d_3d_navigation.py
+++ b/space_view3d_3d_navigation.py
@@ -254,7 +254,7 @@ class ShowHideObject1(bpy.types.Operator):
 
 
 class VIEW3D_PT_3dnavigationPanel(bpy.types.Panel):
-    bl_category = "Navigation"
+    bl_category = "Display"
     bl_space_type = "VIEW_3D"
     bl_region_type = "TOOLS"
     bl_label = "3D Nav"
@@ -303,7 +303,7 @@ class VIEW3D_PT_pan_navigation1(bpy.types.Panel):
     bl_label = 'Pan Orbit Zoom Roll'
     bl_space_type = 'VIEW_3D'
     bl_region_type = 'TOOLS'
-    bl_category = 'Navigation'
+    bl_category = 'Display'
 
     def draw(self, context):
         layout = self.layout
@@ -367,7 +367,7 @@ class NavAddonPreferences(bpy.types.AddonPreferences):
     category = bpy.props.StringProperty(
             name="Tab Category",
             description="Choose a name for the category of the panel",
-            default="Navigation",
+            default="Display",
             update=update_panel)
 
     def draw(self, context):



More information about the Bf-extensions-cvs mailing list