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:
authorJonathan Smith <j.jaydez@gmail.com>2011-04-10 15:09:27 +0400
committerJonathan Smith <j.jaydez@gmail.com>2011-04-10 15:09:27 +0400
commit4170ad9b49cc43201192447ba026407201ed7e32 (patch)
tree4cd20050ce7c34b12ac4450690dd0b7876ab3262 /io_import_scene_mhx.py
parentb5a7f16d83f41913fd7cd5712a448f3480f169e0 (diff)
Formatting/standardization for description/location
Diffstat (limited to 'io_import_scene_mhx.py')
-rw-r--r--io_import_scene_mhx.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/io_import_scene_mhx.py b/io_import_scene_mhx.py
index 491e4a3a..38642390 100644
--- a/io_import_scene_mhx.py
+++ b/io_import_scene_mhx.py
@@ -42,7 +42,7 @@ bl_info = {
'version': (1, 4, 0),
"blender": (2, 5, 7),
"api": 35774,
- 'location': "File > Import",
+ 'location': "File > Import > MakeHuman (.mhx)",
'description': 'Import files in the MakeHuman eXchange format (.mhx)',
'warning': '',
'wiki_url': 'http://sites.google.com/site/makehumandocs/blender-export-and-mhx',