kopia lustrzana https://github.com/vilemduha/blendercam
make pppalain/blendercam default repo for releases
rodzic
3019120837
commit
8a91c0324c
|
@ -133,8 +133,8 @@ class CamAddonPreferences(AddonPreferences):
|
||||||
update_source: bpy.props.StringProperty(
|
update_source: bpy.props.StringProperty(
|
||||||
name="Source of updates for the addon",
|
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, "
|
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/<author>/blendercam/commits to get from a github repository",
|
"or an api link like https://api.github.com/repos/<author>/blendercam/commits to get from a github repository",
|
||||||
default="",
|
default="https://github.com/pppalain/blendercam",
|
||||||
)
|
)
|
||||||
|
|
||||||
last_update_check: IntProperty(
|
last_update_check: IntProperty(
|
||||||
|
|
Ładowanie…
Reference in New Issue