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:
Diffstat (limited to 'add_curve_torus_knots.py')
-rw-r--r--add_curve_torus_knots.py13
1 files changed, 8 insertions, 5 deletions
diff --git a/add_curve_torus_knots.py b/add_curve_torus_knots.py
index 362b9377..af0eab51 100644
--- a/add_curve_torus_knots.py
+++ b/add_curve_torus_knots.py
@@ -18,15 +18,18 @@
bl_addon_info = {
- "name": "Add Curve: Torus Knots",
+ "name": "Torus Knots",
"author": "testscreenings",
- "version": "0.1",
+ "version": (0,1),
"blender": (2, 5, 3),
+ "api": 31667,
"location": "View3D > Add > Curve",
"description": "Adds many types of knots",
"warning": "",
- "wiki_url": "http://wiki.blender.org/index.php/Extensions:2.5/Py/Scripts/Curve/Torus_Knot",
- "tracker_url": "https://projects.blender.org/tracker/index.php?func=detail&aid=22403&group_id=153&atid=469",
+ "wiki_url": "http://wiki.blender.org/index.php/Extensions:2.5/Py/"\
+ "Scripts/Curve/Torus_Knot",
+ "tracker_url": "https://projects.blender.org/tracker/index.php?"\
+ "func=detail&aid=22403&group_id=153&atid=469",
"category": "Add Curve"}
@@ -318,4 +321,4 @@ def unregister():
bpy.types.INFO_MT_curve_add.remove(torus_knot_plus_button)
if __name__ == "__main__":
- register() \ No newline at end of file
+ register()