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
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
Friday, May 15, 2015
Subscribe to:
Posts (Atom)