diff --git a/add_curve_aceous_galore.py b/add_curve_aceous_galore.py index 5c2284f0bf074b16ab22bcbd229ee73af3bdfc1d..fa305e221dbf07b7307920da982bd7e8c18d6c09 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 7c370c5ed283c094496209343256d77789bcccf1..85824c8b142c6240f8aa07c96f9a7b59c38fa9ac 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 249fddf3bb520277b4f3bcb24ebd32fbd449f713..f774c0cd78554818f150abb2e5e2ced31f8d75f2 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": "",