Fix op_disable_uv_sync

Thx to  franMarz
master
SavMartin 4 years ago committed by GitHub
parent 00efc2c759
commit b227c34d70
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -240,7 +240,7 @@ class UV_OT_op_debug(bpy.types.Operator):
class UV_OT_op_disable_uv_sync(bpy.types.Operator):
bl_idname = "uv.op_disable_sync"
bl_idname = "uv.op_disable_uv_sync"
bl_label = "Disable Sync"
bl_description = "Disable UV sync mode"

Loading…
Cancel
Save