https://github.com/octoframes/bpy-workshop
https://github.com/octoframes/bpy-workshop
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/octoframes/bpy-workshop
- Owner: Octoframes
- Created: 2024-11-04T20:03:19.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-08T11:52:17.000Z (over 1 year ago)
- Last Synced: 2025-03-24T11:14:41.767Z (about 1 year ago)
- Language: Jupyter Notebook
- Size: 34.6 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# bpy-workshop
Installation instructions:
````py
# Install Blender from https://www.blender.org/download/
# Install uv
curl -LsSf https://astral.sh/uv/install.sh | sh
mkdir blender_python_workshop && cd blender_python_workshop
uv venv --python 3.11
uv pip install jupyterlab blender_notebook
uv run blender_notebook install --blender-exec="/Applications/Blender.app/Contents/MacOS/Blender"
uv run jupyter lab
```