Skip to content
Snippets Groups Projects
Commit 0ab6842c authored by mano-wii's avatar mano-wii
Browse files

mesh_snap_utilities: New link

parent e28ba6b9
No related branches found
No related tags found
No related merge requests found
...@@ -191,7 +191,11 @@ class SnapUtilitiesPreferences(bpy.types.AddonPreferences): ...@@ -191,7 +191,11 @@ class SnapUtilitiesPreferences(bpy.types.AddonPreferences):
def draw_snap_utilities_help(self, layout): def draw_snap_utilities_help(self, layout):
layout.operator( 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" ).url = "https://blendermarket.com/products/snap-utilities"
layout.operator( layout.operator(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment