Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
# blender_studio_scripts
This is now by default included in Blender 3.6+

# Blender studio scripts
Add support for multiple script locations

## Usage
- Set `BLENDER_USER_SCRIPTS` to the location of this repository (or your own structure with the `startup` directory contents copied over).
- Set `BLENDER_STUDIO_SCRIPTS`, which can contain many paths (like C:\my_studio;D:\my_project;E:\yet_another_Blender_scripts_folder).
- Set `BLENDER_STUDIO_SCRIPTS`, which can contain many paths (like `C:\my_studio;D:\my_project;E:\yet_another_Blender_scripts_folder`).

Contributions welcome!