From 1d5c5d6eb2592f05de487e5bd2cc92b162b5b90f Mon Sep 17 00:00:00 2001 From: Thomas Larsson <thomas_larsson_01@hotmail.com> Date: Fri, 15 Mar 2013 00:50:34 +0000 Subject: [PATCH] Sync with MH svn and changed version number. --- io_import_scene_mhx.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/io_import_scene_mhx.py b/io_import_scene_mhx.py index ebc25716a..d3d475892 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 # # -- GitLab