Skip to content

Commit

Permalink
Merge: Blender official patch (14b248aac08efdf0fd40e26b2a15dffa1f8821f9)
Browse files Browse the repository at this point in the history
  • Loading branch information
nutti committed Mar 21, 2023
1 parent bef07dc commit cc0635a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/magic_uv/op/select_uv.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ def init_props(cls, scene):
)
scene.muv_select_uv_sync_mesh_selection = BoolProperty(
name="Sync Mesh Selection",
description="Select the mesh's faces as well as UV's faces",
description="Select the mesh's faces as well as UVs faces",
default=False
)

Expand Down Expand Up @@ -106,7 +106,7 @@ class MUV_OT_SelectUV_SelectOverlapped(bpy.types.Operator):
)
sync_mesh_selection = BoolProperty(
name="Sync Mesh Selection",
description="Select mesh's faces as well as UV's faces",
description="Select mesh's faces as well as UVs faces",
default=False
)

Expand Down Expand Up @@ -199,7 +199,7 @@ class MUV_OT_SelectUV_SelectFlipped(bpy.types.Operator):
)
sync_mesh_selection = BoolProperty(
name="Sync Mesh Selection",
description="Select mesh's faces as well as UV's faces",
description="Select mesh's faces as well as UVs faces",
default=False
)

Expand Down

0 comments on commit cc0635a

Please sign in to comment.