From 64db7af544667bef08cf5c21288caf251bd1c64c Mon Sep 17 00:00:00 2001 From: themancalledjakob Date: Wed, 8 May 2024 16:37:19 +0200 Subject: [PATCH] update readme and gitignore --- .gitignore | 5 +++++ README.md | 11 +++++++++++ 2 files changed, 16 insertions(+) diff --git a/.gitignore b/.gitignore index 82adb58..e7b21a5 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,7 @@ +# python __pycache__ venv + +# vim +*.swo +*.swp diff --git a/README.md b/README.md index e20d338..50b7459 100644 --- a/README.md +++ b/README.md @@ -5,3 +5,14 @@ source venv/bin/activate pip install bpy echo "what the fuck, is it working? I hope so." ``` + +# install addon: +```bash +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: +```python +bpy.utils.script_paths() +``` +then check it for the `addons` directory