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:
Diffstat (limited to 'io_scene_map/__init__.py')
-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