[Bf-extensions-cvs] SVN commit: /data/svn/bf-extensions [4376] trunk/py/scripts/addons/ io_import_scene_mhx.py: Sync with MH svn and changed version number.

Thomas Larsson thomas_larsson_01 at hotmail.com
Fri Mar 15 01:50:34 CET 2013


Revision: 4376
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-extensions&revision=4376
Author:   thomasl
Date:     2013-03-15 00:50:34 +0000 (Fri, 15 Mar 2013)
Log Message:
-----------
Sync with MH svn and changed version number.

Modified Paths:
--------------
    trunk/py/scripts/addons/io_import_scene_mhx.py

Modified: trunk/py/scripts/addons/io_import_scene_mhx.py
===================================================================
--- trunk/py/scripts/addons/io_import_scene_mhx.py	2013-03-14 20:41:37 UTC (rev 4375)
+++ trunk/py/scripts/addons/io_import_scene_mhx.py	2013-03-15 00:50:34 UTC (rev 4376)
@@ -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 @@
 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 @@
     'category': 'Import-Export'}
 
 MAJOR_VERSION = 1
-MINOR_VERSION = 14
+MINOR_VERSION = 15
 FROM_VERSION = 13
-SUB_VERSION = 2
+SUB_VERSION = 0
 
 #
 #



More information about the Bf-extensions-cvs mailing list