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/export_map.py')
-rw-r--r--io_scene_map/export_map.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/io_scene_map/export_map.py b/io_scene_map/export_map.py
index 512e93c7..0ed01c8d 100644
--- a/io_scene_map/export_map.py
+++ b/io_scene_map/export_map.py
@@ -51,7 +51,6 @@ def write_cube2brush(file, faces):
these faces can be from 1 mesh, 1 cube within a mesh of larger cubes
Faces could even come from different meshes or be contrived.
'''
- import os
# comment only
# file.write('// brush "%s", "%s"\n' % (ob.name, ob.data.name))
file.write('// brush from cube\n{\n')
@@ -284,7 +283,7 @@ def export_map(context, filepath):
return
"""
import time
- from mathutils import Vector, Matrix
+ from mathutils import Matrix
from bpy_extras import mesh_utils
t = time.time()