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-08-03 09:33:14 +0400
committerCampbell Barton <ideasman42@gmail.com>2011-08-03 09:33:14 +0400
commit845c077891e723ed9cb662a419b3f2847f2a1644 (patch)
tree9c3c6116edceced64d24ca9449725c46ef6cad02 /io_scene_map
parent08ab06316b016b948ed0fbdb49f1b95027c858be (diff)
move axis conversion check into blenders parent helper function.
Diffstat (limited to 'io_scene_map')
-rw-r--r--io_scene_map/__init__.py5
1 files changed, 0 insertions, 5 deletions
diff --git a/io_scene_map/__init__.py b/io_scene_map/__init__.py
index 51e889d9..77e85d5f 100644
--- a/io_scene_map/__init__.py
+++ b/io_scene_map/__init__.py
@@ -83,11 +83,6 @@ class ExportMAP(bpy.types.Operator, ExportHelper):
default='0 0 0 1 1 0 0 0',
)
- '''
- def check(self, context):
- return axis_conversion_ensure(self, "axis_forward", "axis_up")
- '''
-
def execute(self, context):
# import math
# from mathutils import Matrix