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>2011-08-25 14:24:07 +0400
committerBrendon Murphy <meta.androcto1@gmail.com>2011-08-25 14:24:07 +0400
commit284033f1b6509c467065a908269e3b3647e9a57d (patch)
tree87eeb2ae0c18e1d169bcb709e4166011af3fdeed /object_add_chain.py
parent954aefbb696b9e774435335845a8c3f666549868 (diff)
updates to bl_info
Diffstat (limited to 'object_add_chain.py')
-rw-r--r--object_add_chain.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/object_add_chain.py b/object_add_chain.py
index c257b206..0c284bc4 100644
--- a/object_add_chain.py
+++ b/object_add_chain.py
@@ -20,8 +20,8 @@ bl_info = {
"name": "Add Chain",
"author": "Brian Hinton (Nichod)",
"version": (0,1),
- "blender": (2, 5, 7),
- "api": 35622,
+ "blender": (2, 5, 9),
+ "api": 39685,
"location": "View3D > Add > Mesh",
"description": "Adds Chain with curve guide for easy creation",
"warning": "",