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>2011-09-30 09:07:49 +0400
committerThomas Larsson <thomas_larsson_01@hotmail.com>2011-09-30 09:07:49 +0400
commit4df5cd69ae6d820267dbdc316dd137b90d4b3122 (patch)
treeea32b976f2846706fb0c713c1438f9b2571a6876 /io_import_scene_mhx.py
parent3602995479a32adfea4b1f6965618856065d795c (diff)
MHX importer: renamed two buttons
Diffstat (limited to 'io_import_scene_mhx.py')
-rw-r--r--io_import_scene_mhx.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/io_import_scene_mhx.py b/io_import_scene_mhx.py
index 12ff8471..dd03cca0 100644
--- a/io_import_scene_mhx.py
+++ b/io_import_scene_mhx.py
@@ -3553,8 +3553,8 @@ MhxLayers = [
(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'),