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>2011-02-28 16:45:50 +0300
committerCampbell Barton <ideasman42@gmail.com>2011-02-28 16:45:50 +0300
commit82947d273f3e184676ede0c2fc125932f7073259 (patch)
tree517c54cdc79c061de05d576b04618b3003fa9d8a /io_import_scene_mhx.py
parent8b958218a156170977bf7d184a2f97d33965fdba (diff)
fix for omission in recent commit.
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 3e470390..9697e0b0 100644
--- a/io_import_scene_mhx.py
+++ b/io_import_scene_mhx.py
@@ -2603,7 +2603,7 @@ def writeDefaults():
#
DEBUG = False
-from bpy.props import StringProperty, FloatProperty, EnumProperty
+from bpy.props import StringProperty, FloatProperty, EnumProperty, BoolProperty
from io_utils import ImportHelper