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>2015-01-14 16:01:04 +0300
committerCampbell Barton <ideasman42@gmail.com>2015-01-14 16:01:04 +0300
commit7a56d60eebbbb18ac8912a9869c342a5cbba7b18 (patch)
treef86935cc9af6b69a560e6560e0eb4fc165806c9c /io_anim_bvh
parentbfbabc0592b820ec948fa355805ed78a882f4943 (diff)
rename IOHelperOrientation -> OrientationHelper
Diffstat (limited to 'io_anim_bvh')
-rw-r--r--io_anim_bvh/__init__.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/io_anim_bvh/__init__.py b/io_anim_bvh/__init__.py
index 9ad366e1..6e7576c1 100644
--- a/io_anim_bvh/__init__.py
+++ b/io_anim_bvh/__init__.py
@@ -46,12 +46,12 @@ from bpy.props import (StringProperty,
)
from bpy_extras.io_utils import (ImportHelper,
ExportHelper,
- IOHelperOrientation,
+ OrientationHelper,
axis_conversion,
)
-class ImportBVH(bpy.types.Operator, ImportHelper, IOHelperOrientation):
+class ImportBVH(bpy.types.Operator, ImportHelper, OrientationHelper):
"""Load a BVH motion capture file"""
bl_idname = "import_anim.bvh"
bl_label = "Import BVH"