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>2012-04-23 03:52:07 +0400
committerCampbell Barton <ideasman42@gmail.com>2012-04-23 03:52:07 +0400
commit6b458540bd82f9d10639353d8ae331ad1d01a419 (patch)
treea32877fb7aa77f1c37c6dfaff4cc1d48f1f23ec0 /io_scene_3ds
parent395bca8bda4dcd8b57ac64abeb103a456491c0bf (diff)
update for change in blender api
Diffstat (limited to 'io_scene_3ds')
-rw-r--r--io_scene_3ds/import_3ds.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/io_scene_3ds/import_3ds.py b/io_scene_3ds/import_3ds.py
index 338bf02a..77fdcf70 100644
--- a/io_scene_3ds/import_3ds.py
+++ b/io_scene_3ds/import_3ds.py
@@ -339,7 +339,7 @@ def process_next_chunk(file, previous_chunk, importedObjects, IMAGE_SEARCH):
bmesh.polygons[fidx].material_index = mat_idx
if uv_faces:
- uvl = bmesh.uv_loop_layers.active.data[:]
+ uvl = bmesh.uv_layers.active.data[:]
for fidx, pl in enumerate(bmesh.polygons):
face = myContextMesh_facels[fidx]
v1, v2, v3 = face