blender-addon-updater icon indicating copy to clipboard operation
blender-addon-updater copied to clipboard

A module for enabling users to check for add-on updates and install new versions directly from Blender.

Results 17 blender-addon-updater issues
Sort by recently updated
recently updated
newest added

From our error logs in BlenderKit addon: ``` blenderkit addon: Error: Failed to remove existing staging directory, consider manually removing C:\Users\agajdosi\AppData\Roaming\Blender Foundation\Blender\3.1\scripts\addons\blenderkit\../../addons_updates/blenderkit_updater\update_staging Traceback (most recent call last): File "C:\Users\agajdosi\AppData\Roaming\Blender Foundation\Blender\3.1\scripts\addons\blenderkit\addon_updater.py",...

Updater disables SSL, for example here: https://github.com/CGCookie/blender-addon-updater/blob/master/addon_updater.py#L672 Wouldn't it be safer to set the context? ``` context = ssl.create_default_context(purpose=ssl.Purpose.CLIENT_AUTH) context.load_verify_locations(certifi.where()) ``` Is there any reason why it is disabled? Is...

When an addon is mistakenly installed under a Blender installation folder which happens to be under `C:\Program Files\`, the updater addon will eventually raise an error during registering due to...

bug

This is not a requst or a bug but a thought i had about the updating of addons in general. This addon is very useful but not many developers include...

enhancement

As [referenced here in Sprytile](https://github.com/ChemiKhazi/Sprytile/issues/60) which uses the updater code, would be good to allow easy support for multiple languages. Blender artist thread on the topic here: https://blenderartists.org/forum/showthread.php?384512-mini-Tutorial-Let-your-addon-support-multi-language-just-like-Blender-does Curious to...

enhancement

As referenced in this issue on CrowdMaster, it seems sometimes windows users run into an issue if they don't have the right permissions and if the updater path doesn't already...

Known Issue

# IMPORTANT UPDATE (via @TheDuckCow) Due to a recent change in GitHub's allowed SSL standards, Blender 2.79a and earlier users on Mac OSX will not be able to use the...

Known Issue

Primarily useful for developers, create a configuration that allows reloading the addon from a local folder instead of from online. It may be useful to click inside the addon in...

enhancement

Sweet new release! One thing i noticed is when we use the compact view, we have the auto-updater checkbox below that. When a user hovers over it states "auto check...

enhancement

*Updated status on private repo implementation, via @theduckcow* - [x] GitLab private support - [ ] GitHub private support - [ ] Bitbucket private support See below for details

enhancement