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 17:13:27 +0400
committerBrendon Murphy <meta.androcto1@gmail.com>2011-08-25 17:13:27 +0400
commit011ec6b0a523ed95468158a27009d6375ddd2926 (patch)
treee168b72c29139f844fc7eccb51edc34ef311785b /add_curve_torus_knots.py
parent284033f1b6509c467065a908269e3b3647e9a57d (diff)
update to bl_info
Diffstat (limited to 'add_curve_torus_knots.py')
-rw-r--r--add_curve_torus_knots.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/add_curve_torus_knots.py b/add_curve_torus_knots.py
index c832e03e..55ffa802 100644
--- a/add_curve_torus_knots.py
+++ b/add_curve_torus_knots.py
@@ -21,8 +21,8 @@ bl_info = {
"name": "Torus Knots",
"author": "testscreenings",
"version": (0,1),
- "blender": (2, 5, 7),
- "api": 35853,
+ "blender": (2, 5, 9),
+ "api": 39685,
"location": "View3D > Add > Curve",
"description": "Adds many types of (torus) knots",
"warning": "",