No description
.gitignore | ||
__init__.py | ||
_vimrc_local.vim | ||
README.md |
get bpy python working by:
$HOME/git/tools/blender_git/build_linux_v4.1/bin/4.1/python/bin/python3.11 -m venv venv
source venv/bin/activate
pip install bpy
echo "what the fuck, is it working? I hope so."