No description
Find a file
2024-05-08 16:23:29 +02:00
.gitignore ignore more 2024-05-08 16:23:02 +02:00
__init__.py load font rudimentarily 2024-05-08 16:19:47 +02:00
_vimrc_local.vim add readme and local vim 2024-05-08 16:23:29 +02:00
README.md add readme and local vim 2024-05-08 16:23:29 +02:00

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."