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:
authorBrendon Murphy <meta.androcto1@gmail.com>2014-08-14 13:40:12 +0400
committerBrendon Murphy <meta.androcto1@gmail.com>2014-08-14 13:40:12 +0400
commit38c657a6cdfce83f2308d29f7625ce575f136311 (patch)
tree9e632e669ef4ab588cef81a68272676f00eb075d /object_add_chain.py
parenta323e298ad971a5a670c9bf7b26600bc5e7b8b1c (diff)
fixes to bl_info, minor cleanup, toolshelf fix for bsurfaces.
Diffstat (limited to 'object_add_chain.py')
-rw-r--r--object_add_chain.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/object_add_chain.py b/object_add_chain.py
index cc1e4c15..264b5500 100644
--- a/object_add_chain.py
+++ b/object_add_chain.py
@@ -21,7 +21,7 @@ bl_info = {
"author": "Brian Hinton (Nichod)",
"version": (0, 1, 1),
"blender": (2, 71, 0),
- "location": "View3D > Add > Mesh",
+ "location": "Toolshelf > Create Tab",
"description": "Adds Chain with curve guide for easy creation",
"warning": "",
"wiki_url": "http://wiki.blender.org/index.php/Extensions:2.6/Py/"