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 'io_import_scene_mhx.py')
-rw-r--r--io_import_scene_mhx.py18
1 files changed, 9 insertions, 9 deletions
diff --git a/io_import_scene_mhx.py b/io_import_scene_mhx.py
index 0aa99f56..764c3633 100644
--- a/io_import_scene_mhx.py
+++ b/io_import_scene_mhx.py
@@ -36,16 +36,16 @@ Alternatively, run the script in the script editor (Alt-P), and access from the
"""
bl_info = {
- 'name': 'Import: MakeHuman (.mhx)',
- 'author': 'Thomas Larsson',
- 'version': "1.16.12",
+ "name": "Import: MakeHuman (.mhx)",
+ "author": "Thomas Larsson",
+ "version": "1.16.12",
"blender": (2, 68, 0),
- 'location': "File > Import > MakeHuman (.mhx)",
- 'description': 'Import files in the MakeHuman eXchange format (.mhx)',
- 'warning': '',
- 'wiki_url': 'http://www.makehuman.org/documentation',
- 'tracker_url': 'https://developer.blender.org/T21872',
- 'category': 'Import-Export'}
+ "location": "File > Import > MakeHuman (.mhx)",
+ "description": "Import files in the MakeHuman eXchange format (.mhx)",
+ "warning": "",
+ "wiki_url": "http://www.makehuman.org/documentation",
+ "category": "Import-Export",
+}
MAJOR_VERSION = 1
MINOR_VERSION = 16