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:
authorNutti <nutti.metro@gmail.com>2017-08-30 16:06:41 +0300
committerNutti <nutti.metro@gmail.com>2017-08-30 16:06:41 +0300
commit6aa1c9aeb6f412aced380cb78e912264defbd209 (patch)
tree00db75533b02f157508c3eb4767a9483855b2d16 /uv_magic_uv
parent0ffb0c5d5d54a90007387973dd49afc98fb95bef (diff)
Magic UV: fix bug (failed to copy/paste UV seam among objects)
Diffstat (limited to 'uv_magic_uv')
-rw-r--r--uv_magic_uv/muv_cpuv_ops.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/uv_magic_uv/muv_cpuv_ops.py b/uv_magic_uv/muv_cpuv_ops.py
index 257d686e..c3e0e6a3 100644
--- a/uv_magic_uv/muv_cpuv_ops.py
+++ b/uv_magic_uv/muv_cpuv_ops.py
@@ -459,8 +459,8 @@ class MUV_CPUVObjPasteUV(bpy.types.Operator):
bm.faces[idx].loops, suvs_fr, spuvs_fr, ss_fr):
l[uv_layer].uv = suv
l[uv_layer].pin_uv = spuv
- if self.copy_seams is True:
- l.edge.seam = ss
+ if self.copy_seams is True:
+ l.edge.seam = ss
bmesh.update_edit_mesh(obj.data)
if self.copy_seams is True: