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_scene_vrml2
parentbfbabc0592b820ec948fa355805ed78a882f4943 (diff)
rename IOHelperOrientation -> OrientationHelper
Diffstat (limited to 'io_scene_vrml2')
-rw-r--r--io_scene_vrml2/__init__.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/io_scene_vrml2/__init__.py b/io_scene_vrml2/__init__.py
index 6bbf7862..e16ae73f 100644
--- a/io_scene_vrml2/__init__.py
+++ b/io_scene_vrml2/__init__.py
@@ -45,12 +45,12 @@ from bpy.props import (CollectionProperty,
FloatProperty,
)
from bpy_extras.io_utils import (ExportHelper,
- IOHelperOrientation,
+ OrientationHelper,
path_reference_mode,
axis_conversion,
)
-class ExportVRML(bpy.types.Operator, ExportHelper, IOHelperOrientation):
+class ExportVRML(bpy.types.Operator, ExportHelper, OrientationHelper):
"""Export mesh objects as a VRML2, colors and texture coordinates"""
bl_idname = "export_scene.vrml2"
bl_label = "Export VRML2"