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 /mesh_looptools.py
parentbc39851534bce45e8f325bc4c5861bd43eadf344 (diff)
formatting edits for bl_info
Diffstat (limited to 'mesh_looptools.py')
-rw-r--r--mesh_looptools.py24
1 files changed, 12 insertions, 12 deletions
diff --git a/mesh_looptools.py b/mesh_looptools.py
index 81f972cf..5b0a6e63 100644
--- a/mesh_looptools.py
+++ b/mesh_looptools.py
@@ -17,18 +17,18 @@
# ##### END GPL LICENSE BLOCK #####
bl_info = {
- 'name': "LoopTools",
- 'author': "Bart Crouch",
- 'version': (4, 2, 0),
- 'blender': (2, 6, 3),
- 'location': "View3D > Toolbar and View3D > Specials (W-key)",
- 'warning': "",
- 'description': "Mesh modelling toolkit. Several tools to aid modelling",
- 'wiki_url': "http://wiki.blender.org/index.php/Extensions:2.6/Py/"\
- "Scripts/Modeling/LoopTools",
- 'tracker_url': "http://projects.blender.org/tracker/index.php?"\
- "func=detail&aid=26189",
- 'category': 'Mesh'}
+ "name": "LoopTools",
+ "author": "Bart Crouch",
+ "version": (4, 2, 0),
+ "blender": (2, 6, 3),
+ "location": "View3D > Toolbar and View3D > Specials (W-key)",
+ "warning": "",
+ "description": "Mesh modelling toolkit. Several tools to aid modelling",
+ "wiki_url": "http://wiki.blender.org/index.php/Extensions:2.6/Py/"
+ "Scripts/Modeling/LoopTools",
+ "tracker_url": "http://projects.blender.org/tracker/index.php?"
+ "func=detail&aid=26189",
+ "category": "Mesh"}
import bmesh