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:
authorCampbell Barton <ideasman42@gmail.com>2012-12-19 19:42:01 +0400
committerCampbell Barton <ideasman42@gmail.com>2012-12-19 19:42:01 +0400
commit90a7492448113b330b9f5e7f2795535ce2e3ddcc (patch)
tree7dc85c7fe6cbd2b43be24b994c8ea30c4f4c09f8 /add_mesh_extra_objects
parentbc39851534bce45e8f325bc4c5861bd43eadf344 (diff)
formatting edits for bl_info
Diffstat (limited to 'add_mesh_extra_objects')
-rw-r--r--add_mesh_extra_objects/add_mesh_supertoroid.py18
1 files changed, 9 insertions, 9 deletions
diff --git a/add_mesh_extra_objects/add_mesh_supertoroid.py b/add_mesh_extra_objects/add_mesh_supertoroid.py
index 0be6a89b..73af675c 100644
--- a/add_mesh_extra_objects/add_mesh_supertoroid.py
+++ b/add_mesh_extra_objects/add_mesh_supertoroid.py
@@ -1,14 +1,14 @@
'''
bl_addon_info = {
- 'name': 'Add Mesh: SuperToroid',
- 'author': 'DreamPainter',
- 'version': '1',
- 'blender': (2, 5, 3),
- 'location': 'View3D > Add > Mesh > SuperToroid',
- 'description': 'Add a SuperToroid mesh',
- 'url': 'http://wiki.blender.org/index.php/Extensions:2.5/Py/' \
- 'Scripts/Add_Mesh/', # no url
- 'category': 'Add Mesh'}
+ "name": "Add Mesh: SuperToroid",
+ "author": "DreamPainter",
+ "version": (1, 0, 0),
+ "blender": (2, 5, 3),
+ "location": "View3D > Add > Mesh > SuperToroid",
+ "description": "Add a SuperToroid mesh",
+ "url": "http://wiki.blender.org/index.php/Extensions:2.5/Py/" \
+ "Scripts/Add_Mesh/", # no url
+ "category": "Add Mesh"}
'''
import bpy
from bpy.props import FloatProperty,BoolProperty,IntProperty