Mercurial > code > home > repos > blender-addons
comparison update.sh @ 3:654e4fd5042c default tip
not sure how blender wants multiple addons in one subdir
author | drewp@bigasterisk.com |
---|---|
date | Sat, 28 Mar 2020 16:31:49 -0700 |
parents | d07887d9837e |
children |
comparison
equal
deleted
inserted
replaced
2:d22d386c5e04 | 3:654e4fd5042c |
---|---|
1 #!/bin/bash | 1 #!/bin/bash |
2 | 2 |
3 cd ~/.config/blender/2.82/scripts/addons/bigasterisk | 3 cd ~/.config/blender/2.83/scripts/addons/bigasterisk |
4 git pull https://github.com/drewp/blender-addons.git | 4 git pull https://github.com/drewp/blender-addons.git |
5 ln -sf bigasterisk/write_animation.py ../ |