Skip to content

An addon that allows users to directly update their addons in blender.

License

Notifications You must be signed in to change notification settings

kents00/KUpdater

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

K Updater

This add-on allows blender add-on developers to automatically check for updates. GitHub code APIs are used to retrieve updates.

21 08 2023_16 59 53_REC

Features

  • Using GitHub repositories as the source of code versions
  • Checking for updates with a single click
  • Update installation with a single click

Installation

To install this add-on in Blender, follow these steps:

  • Open Blender and go to Edit > Preferences.

  • In the Preferences window, select the "Add-ons" tab.

  • At the bottom of the window, click the "Install" button.

  • In the file browser that opens, navigate to the location of the add-on file you want to install. The add-on file should have a .zip extension.

  • Select the add-on file and click the "Install Add-on from File" button.

The add-on will now be installed and will appear in the list of available add-ons. To enable the add-on, locate it in the list and click the checkbox next to its name. You can also install an add-on by clicking the "Install from File" button in the "Add-ons" tab of the Preferences window and selecting the add-on file from the file browser.

Issues

If you're having trouble integrating this code into your addon, open a new issue. As the module continues to develop, it will be easier for more developers to integrate updates and improve blender's overall user performance!