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:
authorCampbell Barton <ideasman42@gmail.com>2010-07-15 20:56:27 +0400
committerCampbell Barton <ideasman42@gmail.com>2010-07-15 20:56:27 +0400
commit29f96aa28788a4fc8864c2518e972c5c7d1b5dcc (patch)
tree75795a36193853317448262e8817e2461a6660ad /io_import_scene_mhx.py
parentf15da84f3619b91098e60ab3ca369396cafd7196 (diff)
update for changes in blenders api.
Diffstat (limited to 'io_import_scene_mhx.py')
-rw-r--r--io_import_scene_mhx.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/io_import_scene_mhx.py b/io_import_scene_mhx.py
index f233b89a..9800b99c 100644
--- a/io_import_scene_mhx.py
+++ b/io_import_scene_mhx.py
@@ -1448,7 +1448,7 @@ def parseBone(bone, bones, tokens, heads, tails):
bone.tail = tails[bone.name] + bones[target].tail - tails[target]
else:
raise NameError("tail-as %s" % val)
- elif key == 'restrict_select':
+ elif key == 'hide_select':
pass
else:
defaultKey(key, val, sub, "bone", [], globals(), locals())