adjust readme
This commit is contained in:
parent
94f4e28605
commit
a7632a9c03
1 changed files with 2 additions and 2 deletions
|
@ -3,12 +3,12 @@
|
||||||
$HOME/git/tools/blender_git/build_linux_v4.1/bin/4.1/python/bin/python3.11 -m venv venv
|
$HOME/git/tools/blender_git/build_linux_v4.1/bin/4.1/python/bin/python3.11 -m venv venv
|
||||||
source venv/bin/activate
|
source venv/bin/activate
|
||||||
pip install bpy
|
pip install bpy
|
||||||
echo "what the fuck, is it working? I hope so."
|
|
||||||
```
|
```
|
||||||
|
|
||||||
# install addon:
|
# install addon:
|
||||||
```bash
|
```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
|
cd <root directory>
|
||||||
|
ln -s $(pwd) $HOME/git/tools/blender_git/build_linux_v4.1/bin/4.1/scripts/addons/font3d
|
||||||
```
|
```
|
||||||
|
|
||||||
# get blender addon path:
|
# get blender addon path:
|
||||||
|
|
Loading…
Reference in a new issue