... | @@ -12,9 +12,8 @@ After this, go to Blender preferences, locate Sverchok addon and enable it as us |
... | @@ -12,9 +12,8 @@ After this, go to Blender preferences, locate Sverchok addon and enable it as us |
|
Now you can use Sverchok and develop it within the same installation.
|
|
Now you can use Sverchok and develop it within the same installation.
|
|
|
|
|
|
### Tips
|
|
### Tips
|
|
howto install blender addons from github with one command.
|
|
Howto install blender addons from github with one command. Usage `LNaddon git@github.com:nortikin/sverchok.git`
|
|
for ~/git directory blender 2.9:
|
|
for ~/src directory blender 2.9:
|
|
```
|
|
```
|
|
alias LNaddon='{ read -r url&&cd ~/git&&git clone $url&&bn=$(basename $url .git)&&cd $bn&&d=$(pwd)&&us=$(users)&&ln -s $d /home/$us/.config/blender/2.93/scripts/addons/&&echo "2.90 linked" ;} <<< '
|
|
alias LNaddon='{ read -r url&&cd ~/src&&git clone $url&&bn=$(basename $url .git)&&cd $bn&&d=$(pwd)&&us=$(users)&&ln -s $d /home/$us/.config/blender/2.93/scripts/addons/&&echo "2.93 linked" ;} <<< '
|
|
|
|
|
|
``` |
|
``` |