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:
authorJonathan Smith <j.jaydez@gmail.com>2011-02-01 15:09:20 +0300
committerJonathan Smith <j.jaydez@gmail.com>2011-02-01 15:09:20 +0300
commit8f05717165bce91a645c2929ac141724d6ae2fa8 (patch)
tree436087a32ae1f08ee68b1a92d7a655d9de059a44 /space_view3d_3d_navigation.py
parent32a071dad9cda37adff7f5bbfb503aa0026bd45c (diff)
And again, polishing off some more that I missed.
Diffstat (limited to 'space_view3d_3d_navigation.py')
-rw-r--r--space_view3d_3d_navigation.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/space_view3d_3d_navigation.py b/space_view3d_3d_navigation.py
index dd67e691..ea8347e5 100644
--- a/space_view3d_3d_navigation.py
+++ b/space_view3d_3d_navigation.py
@@ -27,7 +27,7 @@ bl_info = {
"version": (1, 2),
"blender": (2, 5, 4),
"api": 32411,
- "location": "View3D > Tool Shelf",
+ "location": "View3D > Tool Shelf > 3D Nav",
"description": "Navigate the Camera & 3D View from the Toolshelf",
"warning": "",
"wiki_url": "http://wiki.blender.org/index.php/Extensions:2.5/Py/"\
@@ -43,7 +43,7 @@ import bpy
class VIEW3D_PT_3dnavigationPanel(bpy.types.Panel):
bl_space_type = "VIEW_3D"
bl_region_type = "TOOLS"
- bl_label = "3D Views "
+ bl_label = "3D Nav"
def draw(self, context):
layout = self.layout