update readme and gitignore
This commit is contained in:
parent
6bef81ac26
commit
64db7af544
2 changed files with 16 additions and 0 deletions
5
.gitignore
vendored
5
.gitignore
vendored
|
@ -1,2 +1,7 @@
|
||||||
|
# python
|
||||||
__pycache__
|
__pycache__
|
||||||
venv
|
venv
|
||||||
|
|
||||||
|
# vim
|
||||||
|
*.swo
|
||||||
|
*.swp
|
||||||
|
|
11
README.md
11
README.md
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue