https://github.com/kents00/kupdater
An addon that allows users to directly update their addons in blender.
https://github.com/kents00/kupdater
blender-addon blender-plugin blender-updater
Last synced: 7 months ago
JSON representation
An addon that allows users to directly update their addons in blender.
- Host: GitHub
- URL: https://github.com/kents00/kupdater
- Owner: kents00
- License: gpl-3.0
- Created: 2023-08-03T13:00:28.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-29T05:20:20.000Z (over 1 year ago)
- Last Synced: 2025-02-04T18:17:12.729Z (8 months ago)
- Topics: blender-addon, blender-plugin, blender-updater
- Language: Python
- Homepage:
- Size: 75.2 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# K Updater
This add-on allows blender add-on developers to automatically check for updates. GitHub code APIs are used to retrieve updates.
### 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](https://github.com/kents00/KUpdater/issues). As the module continues to develop, it will be easier for more developers to integrate updates and improve blender's overall user performance!