dealing with multiple fonts

This commit is contained in:
jrkb 2024-08-14 10:50:57 +02:00
parent 7c72dd54dc
commit 94f4e28605
3 changed files with 195 additions and 32 deletions

View file

@ -17,5 +17,15 @@ 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"