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-01-30 14:29:13 +0300
committerJonathan Smith <j.jaydez@gmail.com>2011-01-30 14:29:13 +0300
commit43217b129714b161a66c71d22ddde18fdc41197a (patch)
tree0c201ff40d97914b1025cf98a7a4ba6a9da61549 /space_view3d_3d_navigation.py
parenteee52871f880b9d2d4b8893ced43d9fc923d38dc (diff)
More standardization for align and nav scripts
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 1f2e4f8c..dd67e691 100644
--- a/space_view3d_3d_navigation.py
+++ b/space_view3d_3d_navigation.py
@@ -27,8 +27,8 @@ bl_info = {
"version": (1, 2),
"blender": (2, 5, 4),
"api": 32411,
- "location": "View3D > Toolbar",
- "description": "Navigate the Camera & 3d Views",
+ "location": "View3D > Tool Shelf",
+ "description": "Navigate the Camera & 3D View from the Toolshelf",
"warning": "",
"wiki_url": "http://wiki.blender.org/index.php/Extensions:2.5/Py/"\
"Scripts/3D_interaction/3D_Navigation",