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-26 19:18:31 +0400
committerCampbell Barton <ideasman42@gmail.com>2011-09-26 19:18:31 +0400
commit19b6b488d4cd3da525b84b306d74281bf3087b21 (patch)
treec8b4ec3d6f4f3ddadf9d5a6513acf7ebd88e4735 /io_scene_3ds/import_3ds.py
parentee1db199eb857efd45682c4e2d656828342cc7bc (diff)
corrections for addons to update for trunk.
Diffstat (limited to 'io_scene_3ds/import_3ds.py')
-rw-r--r--io_scene_3ds/import_3ds.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/io_scene_3ds/import_3ds.py b/io_scene_3ds/import_3ds.py
index d8ecb12f..a94c7092 100644
--- a/io_scene_3ds/import_3ds.py
+++ b/io_scene_3ds/import_3ds.py
@@ -311,7 +311,6 @@ def process_next_chunk(file, previous_chunk, importedObjects, IMAGE_SEARCH):
bmesh.faces[fidx].material_index = mat_idx
uf = uv_faces[fidx]
uf.image = img
- uf.use_image = True
else:
for fidx in faces:
bmesh.faces[fidx].material_index = mat_idx