0b2e1d702faf92430afa5391f985ed5af5bb61ff
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 use.
Unit Test
All unit tests call docker image stilobique/blender:latest.
Addons/Plugins dependency
Update json file tests/dependency.json with name, archive and repository Github path.
Languages
Python
98.1%
Shell
1.9%