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:
parent
00efc2c759
commit
b227c34d70
@ -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…
Reference in New Issue
Block a user