Update readme information, add presets folder and the PR main

This commit is contained in:
Aurelien Vaillant
2022-04-26 17:58:13 +02:00
parent 0993ae714e
commit c093eb5736
3 changed files with 21 additions and 8 deletions
+7 -5
View File
@@ -3,12 +3,14 @@
# 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.
It's important to change some files :
- [x] Update the file "tests/main.py", line 29, set your addon name.
```python
# Prepare Blender and Unreal dependency
generate_archive(archives, 'blender_addon_folder')
```
- [x] You can remove the folder "presets" and disable the workflow (`.github/workflows/pr_main.yml`, line 38 and 53)
```python
# 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.