-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added a README file to explain the purpose of this repository.
- Loading branch information
Jason van Gumster
committed
Feb 27, 2023
1 parent
7d49b38
commit 0a777fa
Showing
1 changed file
with
7 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
# Blender Add-on Packaging Example | ||
|
||
This repository and (more importantly), its commit history illustrates the steps necessary to convert a Blender add-on from being a single-file Python script into a multi-file add-on in a basic folder structure. | ||
|
||
The original add-on code was provided by Blender itself, shipped as a Python template. From Blender 3.4, that add-on is available by going to the Text Editor and navigating to Templates > Python > Addon Add Object. | ||
|
||
A more detailed description of this process can be found on the [Orange Turbine blog](https://orangeturbine.com/posts/how-to-convert-your-one-file-blender-add-on-to-an-add-on-package). |