update readme and gitignore

This commit is contained in:
themancalledjakob 2024-05-08 16:37:19 +02:00
parent 6bef81ac26
commit 64db7af544
2 changed files with 16 additions and 0 deletions

5
.gitignore vendored
View file

@ -1,2 +1,7 @@
# python
__pycache__ __pycache__
venv venv
# vim
*.swo
*.swp

View file

@ -5,3 +5,14 @@ source venv/bin/activate
pip install bpy pip install bpy
echo "what the fuck, is it working? I hope so." 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