Thursday, June 25, 2015
Saturday, May 30, 2015
Tuesday, May 26, 2015
Monday, May 25, 2015
Saturday, May 23, 2015
ZBrush Navigation
- Free Rotate – Click & drag Background
- Move – Alt+Click & drag Background
- Constrain to 90-degree rotation – Click+drag, press Shift
- Scale – Alt+Click, Release Alt, drag Background
- Rotate around Z-axis – Shift, Click, release Shift, drag
Thursday, May 21, 2015
Local only GIT source control
http://stackoverflow.com/questions/1960799/using-git-and-dropbox-together-effectively
~/project $ git init
~/project $ git add .~/project $ git commit -m "first commit"~/project $ cd ~/Dropbox/git~/Dropbox/git $ git init --bare project.git~/Dropbox/git $ cd ~/project~/project $ git remote add origin ~/Dropbox/git/project.git~/project $ git push -u origin master
Subscribe to:
Posts (Atom)







