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:
authormano-wii <germano.costa@ig.com.br>2019-05-25 15:48:59 +0300
committermano-wii <germano.costa@ig.com.br>2019-05-25 15:48:59 +0300
commit0ab6842ce4471c90c5e9931cbe62ff4553346ec4 (patch)
tree8fa46df0a755ef63f1153ba8e506ecf607808ae9 /mesh_snap_utilities_line
parente28ba6b98c25199d9e60defbae30865c33efd166 (diff)
mesh_snap_utilities: New link
Diffstat (limited to 'mesh_snap_utilities_line')
-rw-r--r--mesh_snap_utilities_line/preferences.py6
1 files changed, 5 insertions, 1 deletions
diff --git a/mesh_snap_utilities_line/preferences.py b/mesh_snap_utilities_line/preferences.py
index be8199c1..dfd32547 100644
--- a/mesh_snap_utilities_line/preferences.py
+++ b/mesh_snap_utilities_line/preferences.py
@@ -191,7 +191,11 @@ class SnapUtilitiesPreferences(bpy.types.AddonPreferences):
def draw_snap_utilities_help(self, layout):
layout.operator(
- "wm.url_open", text="Download Page", icon='HELP',
+ "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(