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_c3d
parentbc39851534bce45e8f325bc4c5861bd43eadf344 (diff)
formatting edits for bl_info
Diffstat (limited to 'io_anim_c3d')
-rw-r--r--io_anim_c3d/__init__.py18
1 files changed, 9 insertions, 9 deletions
diff --git a/io_anim_c3d/__init__.py b/io_anim_c3d/__init__.py
index 8741c252..1c5922e8 100644
--- a/io_anim_c3d/__init__.py
+++ b/io_anim_c3d/__init__.py
@@ -23,17 +23,17 @@
bl_info = {
- 'name': "C3D Graphics Lab Motion Capture file (.c3d)",
- 'author': "Daniel Monteiro Basso <daniel@basso.inf.br>",
- 'version': (2012, 7, 11, 1),
- 'blender': (2, 6, 3),
- 'location': "File > Import",
- 'description': "Imports C3D Graphics Lab Motion Capture files",
- 'wiki_url': "http://wiki.blender.org/index.php/Extensions:2.6/Py/"
+ "name": "C3D Graphics Lab Motion Capture file (.c3d)",
+ "author": "Daniel Monteiro Basso <daniel@basso.inf.br>",
+ "version": (2012, 7, 11, 1),
+ "blender": (2, 6, 3),
+ "location": "File > Import",
+ "description": "Imports C3D Graphics Lab Motion Capture files",
+ "wiki_url": "http://wiki.blender.org/index.php/Extensions:2.6/Py/"
"Scripts/Import-Export/C3D_Importer",
- 'tracker_url': "http://projects.blender.org/tracker/?func=detail&atid=467"
+ "tracker_url": "http://projects.blender.org/tracker/?func=detail&atid=467"
"&aid=29061&group_id=153",
- 'category': 'Import-Export'}
+ "category": 'Import-Export'}
import bpy