1
0
mirror of https://github.com/drewcassidy/TexTools-Blender synced 2024-09-01 14:54:44 +00:00

Fix op_disable_uv_sync

Thx to  franMarz
This commit is contained in:
SavMartin 2020-05-27 21:47:15 +01:00 committed by GitHub
parent 00efc2c759
commit b227c34d70
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"