{"properties": [("data_path", 'tool_settings.use_snap')]}),
("wm.context_menu_enum", {"type": 'TAB', "value": 'PRESS', "shift": True, "ctrl": True},
{"properties": [("data_path", 'tool_settings.snap_uv_element')]}),
+ op_menu("IMAGE_MT_uvs_specials", params.context_menu_event),
])
# 3D cursor
("image.save_as", {"type": 'S', "value": 'PRESS', "shift": True}, None),
("image.properties", {"type": 'N', "value": 'PRESS'}, None),
("image.toolshelf", {"type": 'T', "value": 'PRESS'}, None),
- op_menu("IMAGE_MT_specials", params.context_menu_event),
("image.cycle_render_slot", {"type": 'J', "value": 'PRESS'}, None),
("image.cycle_render_slot", {"type": 'J', "value": 'PRESS', "alt": True},
{"properties": [("reverse", True)]}),
props.data_path = "tool_settings.uv_select_mode"
-class IMAGE_MT_specials(Menu):
+class IMAGE_MT_uvs_specials(Menu):
bl_label = "UV Context Menu"
def draw(self, context):
IMAGE_MT_uvs_mirror,
IMAGE_MT_uvs_weldalign,
IMAGE_MT_uvs_select_mode,
- IMAGE_MT_specials,
+ IMAGE_MT_uvs_specials,
IMAGE_MT_pivot_pie,
IMAGE_MT_uvs_snap_pie,
IMAGE_HT_header,