Blender addon to launch custom scripts from the User Panel
 
Go to file
Cosmin P 96faf85cc1 Add LICENSE 2022-03-04 12:02:46 +00:00
shelves shelves readme init 2022-03-04 12:01:36 +00:00
.gitignore custom_shelf initial commit 2022-03-04 12:28:53 +01:00
LICENSE Add LICENSE 2022-03-04 12:02:46 +00:00
README.md readme updated 2022-03-04 11:57:58 +00:00
Types.py custom_shelf initial commit 2022-03-04 12:28:53 +01:00
__init__.py doc url updated 2022-03-04 11:38:28 +00:00
functions.py custom_shelf initial commit 2022-03-04 12:28:53 +01:00
operators.py custom_shelf initial commit 2022-03-04 12:28:53 +01:00
panels.py custom_shelf initial commit 2022-03-04 12:28:53 +01:00
properties.py custom_shelf initial commit 2022-03-04 12:28:53 +01:00
utils.py custom_shelf initial commit 2022-03-04 12:28:53 +01:00

README.md

Custom Shelf

Adds buttons to launch custom python scripts in the User panel.

Installation

Clone and add it to blender via the preferences > addons panel.

Usage

Place your .py scripts in the shelves/ folder.

Support

Use the issues tracker to report a bug.

License

GNU-GPL V3