From 181f45b051f5f995d19bc848456bbb2768a58ad4 Mon Sep 17 00:00:00 2001 From: Aurelien Vaillant Date: Wed, 23 Feb 2022 16:34:30 +0100 Subject: [PATCH] Clear info in the readme file --- readme.md | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) diff --git a/readme.md b/readme.md index e65a5ac..62a2cc6 100644 --- a/readme.md +++ b/readme.md @@ -2,21 +2,16 @@ 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. -````python +```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 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 ? +> ⚠️ It's more easy to use the "_" with your addon folder name, the "-" character can be problematic with python use. # Unit Test -All unit test call the blender docker [stilobique/blender:latest](https://hub.docker.com/repository/docker/stilobique/blender). +All unit tests call docker image [stilobique/blender:latest](https://hub.docker.com/repository/docker/stilobique/blender). #### 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. \ No newline at end of file