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_extra_objects/add_curve_aceous_galore.py')
-rw-r--r--add_curve_extra_objects/add_curve_aceous_galore.py20
1 files changed, 10 insertions, 10 deletions
diff --git a/add_curve_extra_objects/add_curve_aceous_galore.py b/add_curve_extra_objects/add_curve_aceous_galore.py
index 2389f00f..0eae5e80 100644
--- a/add_curve_extra_objects/add_curve_aceous_galore.py
+++ b/add_curve_extra_objects/add_curve_aceous_galore.py
@@ -17,17 +17,17 @@
# ##### END GPL LICENSE BLOCK #####
'''
bl_info = {
- 'name': 'Curveaceous Galore!',
- 'author': 'Jimmy Hazevoet, testscreenings',
- 'version': (0, 2),
+ "name": "Curveaceous Galore!",
+ "author": "Jimmy Hazevoet, testscreenings",
+ "version": (0, 2),
"blender": (2, 59, 0),
- 'location': 'View3D > Add > Curve',
- 'description': 'Adds many different types of Curves',
- 'warning': '', # used for warning icon and text in addons panel
- 'wiki_url': 'http://wiki.blender.org/index.php/Extensions:2.6/Py/'
- 'Scripts/Curve/Curves_Galore',
- 'tracker_url': 'https://developer.blender.org/T22404',
- 'category': 'Add Curve'}
+ "location": "View3D > Add > Curve",
+ "description": "Adds many different types of Curves",
+ "warning": "", # used for warning icon and text in addons panel
+ "wiki_url": "http://wiki.blender.org/index.php/Extensions:2.6/Py/"
+ "Scripts/Curve/Curves_Galore",
+ "category": "Add Curve",
+}
'''