From b3045840a134db15403e76d68e628c426aa8f5b6 Mon Sep 17 00:00:00 2001 From: Germano Cavalcante <germano.costa@ig.com.br> Date: Tue, 23 Jul 2019 13:41:07 -0300 Subject: [PATCH] mes_snap_utilities_line: disable links --- mesh_snap_utilities_line/preferences.py | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/mesh_snap_utilities_line/preferences.py b/mesh_snap_utilities_line/preferences.py index edec432d6..7f27507af 100644 --- a/mesh_snap_utilities_line/preferences.py +++ b/mesh_snap_utilities_line/preferences.py @@ -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" -- GitLab