From 1597091dc77108296af5fc7d362973c3b6cf9d3d Mon Sep 17 00:00:00 2001 From: Samuel Bernou Date: Wed, 16 Mar 2022 10:30:54 +0000 Subject: [PATCH] Detailed shelves structure --- shelves/README.md | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/shelves/README.md b/shelves/README.md index 15c58a3..b8e641f 100644 --- a/shelves/README.md +++ b/shelves/README.md @@ -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 -(ex: dev/myscript/myscript.py) +## How to add scripts + +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`