[Bf-extensions-cvs] SVN commit: /data/svn/bf-extensions [2380] trunk/py/scripts/addons/ io_import_scene_mhx.py: MHX importer: renamed two buttons

Thomas Larsson thomas_larsson_01 at hotmail.com
Fri Sep 30 07:07:50 CEST 2011


Revision: 2380
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-extensions&revision=2380
Author:   thomasl
Date:     2011-09-30 05:07:49 +0000 (Fri, 30 Sep 2011)
Log Message:
-----------
MHX importer: renamed two buttons

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	2011-09-30 03:35:27 UTC (rev 2379)
+++ trunk/py/scripts/addons/io_import_scene_mhx.py	2011-09-30 05:07:49 UTC (rev 2380)
@@ -3553,8 +3553,8 @@
      (20,    'IK Leg', 'MhxIKLeg')),
     (( 5,    'FK Leg', 'MhxFKLeg'),
      (21,    'FK Leg', 'MhxFKLeg')),
-    ((12,    'Tweak', 'MhxTweak'),
-     (28,    'Tweak', 'MhxTweak')),
+    ((12,    'Extra', 'MhxExtra'),
+     (28,    'Extra', 'MhxExtra')),
     (( 6,    'Fingers', 'MhxFingers'),
      (22,    'Fingers', 'MhxFingers')),
     (( 7,    'Links', 'MhxLinks'),



More information about the Bf-extensions-cvs mailing list