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 /io_anim_acclaim
parentbc39851534bce45e8f325bc4c5861bd43eadf344 (diff)
formatting edits for bl_info
Diffstat (limited to 'io_anim_acclaim')
-rw-r--r--io_anim_acclaim/__init__.py18
1 files changed, 9 insertions, 9 deletions
diff --git a/io_anim_acclaim/__init__.py b/io_anim_acclaim/__init__.py
index be8ce5b6..b19b6656 100644
--- a/io_anim_acclaim/__init__.py
+++ b/io_anim_acclaim/__init__.py
@@ -23,17 +23,17 @@
bl_info = {
- 'name': "Acclaim Motion Capture Files (.asf, .amc)",
- 'author': "Daniel Monteiro Basso <daniel@basso.inf.br>",
- 'version': (2012, 2, 29, 1),
- 'blender': (2, 6, 2),
- 'location': "File > Import-Export",
- 'description': "Imports Acclaim Skeleton and Motion Capture Files",
- 'wiki_url': "http://wiki.blender.org/index.php/Extensions:2.6/Py/"
+ "name": "Acclaim Motion Capture Files (.asf, .amc)",
+ "author": "Daniel Monteiro Basso <daniel@basso.inf.br>",
+ "version": (2012, 2, 29, 1),
+ "blender": (2, 6, 2),
+ "location": "File > Import-Export",
+ "description": "Imports Acclaim Skeleton and Motion Capture Files",
+ "wiki_url": "http://wiki.blender.org/index.php/Extensions:2.6/Py/"
"Scripts/Import-Export/Acclaim_Importer",
- 'tracker_url': "http://projects.blender.org/tracker/index.php?"
+ "tracker_url": "http://projects.blender.org/tracker/index.php?"
"func=detail&aid=27127&group_id=153&atid=467",
- 'category': 'Import-Export'}
+ "category": "Import-Export"}
import re