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:
authorThomas Larsson <thomas_larsson_01@hotmail.com>2013-03-15 04:50:34 +0400
committerThomas Larsson <thomas_larsson_01@hotmail.com>2013-03-15 04:50:34 +0400
commit1d5c5d6eb2592f05de487e5bd2cc92b162b5b90f (patch)
tree4bbb105120cbcbd58fba0dc636a9dab9decc00d5 /io_import_scene_mhx.py
parentf87799dd838f2253f861940b4e65a9cd04e5784a (diff)
Sync with MH svn and changed version number.
Diffstat (limited to 'io_import_scene_mhx.py')
-rw-r--r--io_import_scene_mhx.py10
1 files changed, 5 insertions, 5 deletions
diff --git a/io_import_scene_mhx.py b/io_import_scene_mhx.py
index ebc25716..d3d47589 100644
--- a/io_import_scene_mhx.py
+++ b/io_import_scene_mhx.py
@@ -20,8 +20,8 @@
# Product Home Page: http://www.makehuman.org/
# Code Home Page: http://code.google.com/p/makehuman/
# Authors: Thomas Larsson
-# Script copyright (C) MakeHuman Team 2001-2011
-# Coding Standards: See http://sites.google.com/site/makehumandocs/developers-guide
+# Script copyright (C) MakeHuman Team 2001-2013
+# Coding Standards: See http://www.makehuman.org/node/165
"""
Abstract
@@ -39,7 +39,7 @@ 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, 14, 2),
+ 'version': (1, 15, 0),
"blender": (2, 65, 0),
'location': "File > Import > MakeHuman (.mhx)",
'description': 'Import files in the MakeHuman eXchange format (.mhx)',
@@ -50,9 +50,9 @@ bl_info = {
'category': 'Import-Export'}
MAJOR_VERSION = 1
-MINOR_VERSION = 14
+MINOR_VERSION = 15
FROM_VERSION = 13
-SUB_VERSION = 2
+SUB_VERSION = 0
#
#