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

Tuesday, May 19, 2015

Zmodeler Tips

On Polygons - Default Zmodeler action:

  • Drag= Extrude
  • Drag& Shift = Move
  • Drag& Ctrl = Detach (by duplicating)
  • Drag& Alt = Define Temporary Polygroup

On Edges:
  • Click = Insert Edge Loop
  • Click & Shift = New Edge Loop is Perpendicular
  • Click & Alt = Delete Edge Loop