No description
Find a file
themancalledjakob c302676ae3 bump version
2024-10-31 19:34:47 +01:00
common bump version 2024-10-31 19:34:47 +01:00
.gitignore update readme and gitignore 2024-05-08 16:37:19 +02:00
__init__.py bump version 2024-10-31 19:34:47 +01:00
_vimrc_local.vim instantiate an A 2024-05-21 18:00:49 +02:00
bimport.py revamp loading and panels 2024-08-26 18:48:43 +02:00
butils.py update types automatically 2024-10-31 19:33:49 +01:00
README.md font3d -> ABC3D 2024-08-14 11:26:19 +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

install addon:

cd <root directory>
ln -s $(pwd) $HOME/git/tools/blender_git/build_linux_v4.1/bin/4.1/scripts/addons/abc3d

get blender addon path:

bpy.utils.script_paths()

then check it for the addons directory

addons dir:

~/git/tools/blender_git/build_linux_v4.1/bin/4.1/scripts/addons/

addon data:

~/.config/blender/4.1/datafiles

reload addon in blender:

F3 -> "reload scripts"