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:
-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: