https://github.com/stwind/bl
Blender Tookits
https://github.com/stwind/bl
Last synced: 3 days ago
JSON representation
Blender Tookits
- Host: GitHub
- URL: https://github.com/stwind/bl
- Owner: stwind
- Created: 2025-02-16T01:43:51.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-21T10:49:06.000Z (about 1 year ago)
- Last Synced: 2025-04-21T11:40:03.880Z (about 1 year ago)
- Language: Jupyter Notebook
- Size: 1.97 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# bl
Blender tookits
## Development
create virtual env
```sh
pyenv virtualenv 3.11.11 bl
pip install -e ".[tests]"
```
start blender
```sh
BLENDER_SYSTEM_PYTHON=$(pyenv prefix 3.11.11) PYTHONPATH=$(pyenv prefix bl)/lib/python3.11/site-packages:$PYTHONPATH /Applications/Blender.app/Contents/MacOS/Blender --python-use-system-env --python-expr "import site; site.addsitedir('$(pyenv prefix bl)/lib/python3.11/site-packages')"
```