introduction
Using
How to install an add-on with tk8?
We need to store every Add-On in a single repository on Github for public add-ons and on gitlab for internal add-ons.
We make a switch with install tk8 add-ons and provide a shortcut. A shortcut could also be a local add-on so we need to check first if there is one on in the folder. If not, check if there a tk8-addon- on GitHub.
Use the complete Path
Use the shortcut
Destroy a add-on
Development
Create an add-on. The create method of tk8 creates a new add-on in the local folder. This add-on is a simple example and provides all that we need to work with this add-on.
Last updated