mes_snap_utilities_line: disable links

This commit is contained in:
Germano Cavalcante 2019-07-23 13:41:07 -03:00
parent 05af39acf8
commit b3045840a1
1 changed files with 2 additions and 5 deletions

View File

@ -177,12 +177,9 @@ class SnapUtilitiesPreferences(bpy.types.AddonPreferences):
flow.prop(self, "perpendicular_color")
def draw_snap_utilities_help(self, layout):
layout.operator("wm.url_open", text="Gumroad Page", icon='HELP',).url = "https://gum.co/IaqQf"
layout.operator("wm.url_open", text="Blender Market Page", icon='HELP',).url = "https://blendermarket.com/products/snap-utilities"
#layout.operator("wm.url_open", text="Gumroad Page", icon='HELP',).url = "https://gum.co/IaqQf"
#layout.operator("wm.url_open", text="Blender Market Page", icon='HELP',).url = "https://blendermarket.com/products/snap-utilities"
layout.operator("wm.url_open", text="Wiki", icon='HELP',).url = "https://github.com/Mano-Wii/Addon-Snap-Utilities-Line/wiki"
layout.operator("wm.url_open", text="Forum", icon='HELP',).url = "https://blenderartists.org/t/cad-snap-utilities"