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-09-10 08:12:48 +0400
committerCampbell Barton <ideasman42@gmail.com>2011-09-10 08:12:48 +0400
commitd1228ea8d8279c736871b94e71cb81fbf73ea2c6 (patch)
treed264235d9a3a5a4979589e47ca40a1e94bafc69f /io_scene_3ds
parenta90f3ac68158795efd17aa16229f865406c5e2e0 (diff)
cleanup unused vars
Diffstat (limited to 'io_scene_3ds')
-rw-r--r--io_scene_3ds/export_3ds.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/io_scene_3ds/export_3ds.py b/io_scene_3ds/export_3ds.py
index c39bd0db..fc8d7117 100644
--- a/io_scene_3ds/export_3ds.py
+++ b/io_scene_3ds/export_3ds.py
@@ -447,7 +447,6 @@ def make_material_texture_chunk(id, images):
mat_sub = _3ds_chunk(id)
def add_image(img):
- import os
import bpy
filename = bpy.path.basename(image.filepath)
mat_sub_file = _3ds_chunk(MATMAPFILE)