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.py7
1 files changed, 6 insertions, 1 deletions
diff --git a/add_curve_torus_knots.py b/add_curve_torus_knots.py
index f49c25e2..9567e08d 100644
--- a/add_curve_torus_knots.py
+++ b/add_curve_torus_knots.py
@@ -15,18 +15,23 @@
# Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
#
# ##### END GPL LICENSE BLOCK #####
+
+
bl_addon_info = {
'name': 'Add Curve: Torus Knots',
'author': 'testscreenings',
'version': '0.1',
- 'blender': (2, 5, 2),
+ 'blender': (2, 5, 3),
'location': 'Add Curve Menu',
'description': 'adds many types of knots',
+ 'warning': '', # used for warning icon and text in addons panel
'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'}
+
+
##------------------------------------------------------------
#### import modules
import bpy