Skip to content

Commit

Permalink
Added a README file to explain the purpose of this repository.
Browse files Browse the repository at this point in the history
  • 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.
7 changes: 7 additions & 0 deletions README.md
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).

0 comments on commit 0a777fa

Please sign in to comment.