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_mesh_uv_layout
parent395bca8bda4dcd8b57ac64abeb103a456491c0bf (diff)
update for change in blender api
Diffstat (limited to 'io_mesh_uv_layout')
-rw-r--r--io_mesh_uv_layout/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/io_mesh_uv_layout/__init__.py b/io_mesh_uv_layout/__init__.py
index 6bd3aae6..0113affd 100644
--- a/io_mesh_uv_layout/__init__.py
+++ b/io_mesh_uv_layout/__init__.py
@@ -138,7 +138,7 @@ class ExportUVLayout(bpy.types.Operator):
return image_width, image_height
def _face_uv_iter(self, context, mesh, tessellated):
- uv_layer = mesh.uv_loop_layers.active.data
+ uv_layer = mesh.uv_layers.active.data
polys = mesh.polygons
if not self.export_all: