Detailed shelves structure

master
Samuel Bernou 2022-03-16 10:30:54 +00:00
parent e16cb201ab
commit 1597091dc7
1 changed files with 11 additions and 2 deletions

View File

@ -1,2 +1,11 @@
Create a folder for the tab/category of your scipts and a subfolder to place your .py inside so they can be displayed in the User Panel ## How to add scripts
(ex: dev/myscript/myscript.py)
Create a folder for the `tab category` of your scripts and a subfolder for the `panel label` and place your `.py` inside so they can be displayed in the Sidebar
Structure : `shelves / sidebar_tab_name / panel_name / button_name.py`
## example
with: shelves/dev/custom_tools/fix_objects.py
The place in interface is `Dev` tab > `Custom Tools` panel > button `Fix Objects`