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 'import_scene_mhx.py')
-rw-r--r--import_scene_mhx.py17
1 files changed, 9 insertions, 8 deletions
diff --git a/import_scene_mhx.py b/import_scene_mhx.py
index b7d100f6..f233b89a 100644
--- a/import_scene_mhx.py
+++ b/import_scene_mhx.py
@@ -20,17 +20,18 @@ Version 0.9
"""
bl_addon_info = {
- 'name': 'Import MakeHuman (.mhx)',
- 'author': 'Thomas Larsson',
- 'version': '0.9, Make Human Alpha 5',
- 'blender': (2, 5, 3),
- 'location': 'File > Import',
- 'description': 'Import files in the MakeHuman eXchange format (.mhx)',
- 'wiki_url': 'http://wiki.blender.org/index.php/Extensions:2.5/Py/' \
+ 'name': 'Import MakeHuman (.mhx)',
+ 'author': 'Thomas Larsson',
+ 'version': '0.9, Make Human Alpha 5',
+ 'blender': (2, 5, 3),
+ 'location': 'File > Import',
+ 'description': 'Import files in the MakeHuman eXchange format (.mhx)',
+ 'warning': '', # used for warning icon and text in addons panel
+ 'wiki_url': 'http://wiki.blender.org/index.php/Extensions:2.5/Py/' \
'Scripts/File_I-O/Make_Human',
'tracker_url': 'https://projects.blender.org/tracker/index.php?'\
'func=detail&aid=21872&group_id=153&atid=469',
- 'category': 'Import/Export'}
+ 'category': 'Import/Export'}
"""
Place this file in the .blender/scripts/addons dir