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:
Diffstat (limited to 'uv_magic_uv/ui/uvedit_editor_enhancement.py')
-rw-r--r--uv_magic_uv/ui/uvedit_editor_enhancement.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/uv_magic_uv/ui/uvedit_editor_enhancement.py b/uv_magic_uv/ui/uvedit_editor_enhancement.py
index 7c366aa7..afe4c1d1 100644
--- a/uv_magic_uv/ui/uvedit_editor_enhancement.py
+++ b/uv_magic_uv/ui/uvedit_editor_enhancement.py
@@ -84,8 +84,7 @@ class MUV_PT_UVEdit_EditorEnhancement(bpy.types.Panel):
text="Left Middle")
ops.position = 'LEFT_MIDDLE'
ops.base = sc.muv_align_uv_cursor_align_method
- ops = row.operator(MUV_OT_AlignUVCursor.bl_idname,
- text="Center")
+ ops = row.operator(MUV_OT_AlignUVCursor.bl_idname, text="Center")
ops.position = 'CENTER'
ops.base = sc.muv_align_uv_cursor_align_method
ops = row.operator(MUV_OT_AlignUVCursor.bl_idname,