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:
-rw-r--r--add_curve_aceous_galore.py2
-rw-r--r--add_curve_torus_knots.py2
-rw-r--r--curve_simplify.py2
3 files changed, 3 insertions, 3 deletions
diff --git a/add_curve_aceous_galore.py b/add_curve_aceous_galore.py
index 5c2284f0..fa305e22 100644
--- a/add_curve_aceous_galore.py
+++ b/add_curve_aceous_galore.py
@@ -21,7 +21,7 @@ bl_addon_info = {
'author': 'Jimmy Hazevoet, testscreenings',
'version': (0,2),
'blender': (2, 5, 3),
- 'api': 31965,
+ 'api': 32411,
'location': 'Add Curve menu',
'description': 'adds many types of curves',
'warning': '', # used for warning icon and text in addons panel
diff --git a/add_curve_torus_knots.py b/add_curve_torus_knots.py
index 7c370c5e..85824c8b 100644
--- a/add_curve_torus_knots.py
+++ b/add_curve_torus_knots.py
@@ -22,7 +22,7 @@ bl_addon_info = {
"author": "testscreenings",
"version": (0,1),
"blender": (2, 5, 3),
- "api": 31965,
+ "api": 32411,
"location": "View3D > Add > Curve",
"description": "Adds many types of knots",
"warning": "",
diff --git a/curve_simplify.py b/curve_simplify.py
index 249fddf3..f774c0cd 100644
--- a/curve_simplify.py
+++ b/curve_simplify.py
@@ -21,7 +21,7 @@ bl_addon_info = {
"author": "testscreenings",
"version": (1,),
"blender": (2, 5, 3),
- "api": 31965,
+ "api": 32411,
"location": "Toolshelf > search > simplify curves",
"description": "This script simplifies 3D curves and fcurves",
"warning": "",