Created
April 9, 2015 14:01
-
-
Save anonymous/c3fb4a6c350e0ccae388 to your computer and use it in GitHub Desktop.
test
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
https://github.com/nortikin/sverchok | |
mkdir ~/BioBlender | |
git clone https://github.com/MonZop/BioBlender.git ~/BioBlender | |
ln -s ~/BioBlender ~/.config/blender/%BLENDER_VERSION_NUM%/scripts/addons/BioBlender | |
cd ~/BioBlender | |
git checkout remotes/origin/BRANCH_NAME | |
cd C:\some\directory\BioBlender | |
git pull --all | |
================================================== | |
mkdir sverchok | |
git clone https://github.com/nortikin/sverchok.git sverchok | |
// method 1 | |
// ln -s ~/BioBlender ~/.config/blender/%BLENDER_VERSION_NUM%/scripts/addons/BioBlender | |
// method 2 , create a scripts/addons/sverchok foldre | |
cd ~/sverchok | |
git checkout remotes/origin/BRANCH_NAME | |
cd C:\some\directory\sverchok | |
git pull --all | |
git commit -a | |
git push -- | |
all | |
git add --all | |
================= | |
git clone https://github.com/zeffii/sunvox_tunes.git sunvox_tunes | |
===no | |
ln -s /GITHUB/Blender_CAD_utils/mesh_tinyCAD /Desktop/GITHUB/scripts/addons/mesh_tinyCAD | |
===yes | |
ln -s /Desktop/GITHUB/scripts/addons/mesh_tinyCAD /GITHUB/Blender_CAD_utils/mesh_tinyCAD | |
========= | |
ln <symbolic> <location of git repo> <location blender will look for this repo> | |
ln -s ~/Desktop/GITHUB/Blender_CAD_utils/mesh_tinyCAD ~/GITHUB/scripts/addons/mesh_tinyCAD | |
============= | |
bcprompt | BlenderConsolePrompt | |
git clone https://github.com/zeffii/BlenderConsolePrompt.git BlenderConsolePrompt | |
ln -s ~/Desktop/GITHUB/BlenderConsolePrompt/addons_contrib/BCPrompt ~/GITHUB/scripts/addons/BCPrompt |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment