From 8a91c0324c366ed5f4401eaba82d51d39e515b0f Mon Sep 17 00:00:00 2001 From: Joe Marshall Date: Fri, 12 Jan 2024 15:41:41 +0000 Subject: [PATCH] make pppalain/blendercam default repo for releases --- scripts/addons/cam/__init__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/addons/cam/__init__.py b/scripts/addons/cam/__init__.py index dfc85f34..a16ab359 100644 --- a/scripts/addons/cam/__init__.py +++ b/scripts/addons/cam/__init__.py @@ -133,8 +133,8 @@ class CamAddonPreferences(AddonPreferences): update_source: bpy.props.StringProperty( name="Source of updates for the addon", description="This can be either a github repo link in which case it will download the latest release on there, " - "or a link like https://api.github.com/repos//blendercam/commits to get from a github repository", - default="", + "or an api link like https://api.github.com/repos//blendercam/commits to get from a github repository", + default="https://github.com/pppalain/blendercam", ) last_update_check: IntProperty(