Dof Object - set the depth of field to an object - set in the camera edit panel but the distance is calculated on the camera object only so linked cameras work.

Alt+Period - sets active pivot

some tooltips didnt make much sense, edited a few.
This commit is contained in:
2007-09-23 18:27:01 +00:00
parent ba6a09f31d
commit 0096d180b9
11 changed files with 84 additions and 45 deletions

View File

@@ -2475,7 +2475,9 @@ static void winqreadview3dspace(ScrArea *sa, void *spacedata, BWinEvent *evt)
case PERIODKEY:
if(G.qual==LR_CTRLKEY) {
G.vd->around= V3D_LOCAL;
} else if(G.qual==0) {
} else if(G.qual==LR_ALTKEY) {
G.vd->around= V3D_ACTIVE;
} else if(G.qual==0) {
G.vd->around= V3D_CURSOR;
}
handle_view3d_around();