Skip to content

Commit 0a777fa

Browse files
author
Jason van Gumster
committed
Added a README file to explain the purpose of this repository.
1 parent 7d49b38 commit 0a777fa

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

Diff for: README.md

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Blender Add-on Packaging Example
2+
3+
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.
4+
5+
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.
6+
7+
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).

0 commit comments

Comments
 (0)