Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender-addons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGermano Cavalcante <germano.costa@ig.com.br>2019-07-23 19:41:07 +0300
committerBrecht Van Lommel <brechtvanlommel@gmail.com>2019-07-24 17:19:59 +0300
commit03e517b770682ddb6a9dcf56e72b48a2a9b7b1e2 (patch)
treedbdf7e037247ace1dc1966986da616dca19df873
parent83e8fc9213463605a495f102fa3440c93fd10996 (diff)
mes_snap_utilities_line: disable links
-rw-r--r--mesh_snap_utilities_line/preferences.py7
1 files changed, 2 insertions, 5 deletions
diff --git a/mesh_snap_utilities_line/preferences.py b/mesh_snap_utilities_line/preferences.py
index edec432d..7f27507a 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"