[Bf-extensions-cvs] SVN commit: /data/svn/bf-extensions [3324] trunk/py/scripts/addons/ io_import_scene_mhx.py: Removed one additional reference to bpy.app. revision.

Thomas Larsson thomas_larsson_01 at hotmail.com
Mon Apr 30 09:28:25 CEST 2012


Revision: 3324
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-extensions&revision=3324
Author:   thomasl
Date:     2012-04-30 07:28:24 +0000 (Mon, 30 Apr 2012)
Log Message:
-----------
Removed one additional reference to bpy.app.revision. I don't see errors caused by this variable because it is defined in all windows builds I have access to.

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	2012-04-30 03:20:17 UTC (rev 3323)
+++ trunk/py/scripts/addons/io_import_scene_mhx.py	2012-04-30 07:28:24 UTC (rev 3324)
@@ -196,7 +196,6 @@
 def readMhxFile(filePath):
     global todo, nErrors, theScale, defaultScale, One, toggle, warnedVersion, theMessage
 
-    print("Blender r%s" % bpy.app.build_revision)
     defaultScale = theScale
     One = 1.0/theScale
     warnedVersion = False



More information about the Bf-extensions-cvs mailing list