Use this template
2022-02-01 15:36:50 +01:00
2022-02-01 15:36:50 +01:00
2022-01-24 15:20:00 +01:00
2022-01-24 15:20:00 +01:00
2022-01-24 15:20:00 +01:00

Blender Addon

Template repository about blender addon. To used-it, clone this repository and rename the folder "blender_addon_folder" with your addon name. Update the file "tests/main.py", line 29, set your addon name.

    # Prepare Blender and Unreal dependency
    generate_archive(archives, 'blender_addon_folder')

⚠️ It's more easy to use the "_" with your addon folder name, the "-" character can be problematic with python used.

Setup Variable

The Github Workflow (CI chain) request some update with each new repository :

  • Env. variable : request the package ex name. Get a better solution to automatically used the folder name ?

Unit Test

All unit test call the blender docker stilobique/blender:latest.

Blender addon dependency

With all unit test, if your addon request some dependency, add the repo inside the list in blender_addon.py and blender.py. This system are not perfect and need to be improved.

S
Description
Template about the Blender Addon creation, setup with the Unit Test config, release with PR and more...
Readme GPL-3.0 253 KiB
Languages
Python 98.1%
Shell 1.9%