-
-
Save zeffii/9efd4d7bda32b65cd522 to your computer and use it in GitHub Desktop.
This file contains 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 | |
== or == | |
# in a folder wich contains BioBlender. | |
git clone https://github.com/MonZop/BioBlender.git BioBlender | |
# ln origin destination | |
ln -s ~/Desktop/GITHUB/BioBlender ~/GITHUB/scripts/addons/BioBlender | |
XP: (but you need to manually install a linking package) | |
ln -j source destination | |
ln -j D:\BLENDER_DEV\GITHUB\BioBlender D:\BLENDER_DEV\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 ~/Desktop/GITHUB/sverchok ~/GITHUB/scripts/addons/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 | |
============= | |
lines of code: | |
git ls-files | xargs wc -l |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment