No description
Find a file
themancalledjakob 5c4ee030d3 metrics io
add functions for metrics saving and loading
we need to add and remove faces. if they don't have faces, blender gltf
loader will ignore the meshes. but we want them in the end only with
vertices and edges.
2024-08-08 11:23:08 +02:00
common improvement 2024-08-07 11:48:40 +02:00
.gitignore update readme and gitignore 2024-05-08 16:37:19 +02:00
__init__.py panel 2024-08-07 13:13:07 +02:00
_vimrc_local.vim instantiate an A 2024-05-21 18:00:49 +02:00
butils.py metrics io 2024-08-08 11:23:08 +02:00
README.md instantiate an A 2024-05-21 18:00:49 +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."

install addon:

ln -s $HOME/git/pointer/neomatter/font3d/font3d_blender_addon $HOME/git/tools/blender_git/build_linux_v4.1/bin/4.1/scripts/addons/font3d

get blender addon path:

bpy.utils.script_paths()

then check it for the addons directory

reload addon in blender:

F3 -> "reload scripts"