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_align_tools.py
parenteee52871f880b9d2d4b8893ced43d9fc923d38dc (diff)
More standardization for align and nav scripts
Diffstat (limited to 'space_view3d_align_tools.py')
-rw-r--r--space_view3d_align_tools.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/space_view3d_align_tools.py b/space_view3d_align_tools.py
index bb318d70..63fe0676 100644
--- a/space_view3d_align_tools.py
+++ b/space_view3d_align_tools.py
@@ -25,8 +25,8 @@ bl_info = {
"version": (0,1),
"blender": (2, 5, 3),
"api": 32411,
- "location": "Tool Shelf",
- "description": "Align selected objects to the active object",
+ "location": "View3D > Tool Shelf > Align Tools Panel",
+ "description": "Align Selected Objects to Active Object",
"warning": "",
"wiki_url": "http://wiki.blender.org/index.php/Extensions:2.5/Py/"\
"Scripts/3D interaction/Align_Tools",