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

@@ -1096,7 +1096,7 @@ static void drawcamera(Object *ob, int flag)
if(cam->flag & CAM_SHOWLIMITS) {
draw_limit_line(cam->clipsta, cam->clipend, 0x77FFFF);
/* qdn: was yafray only, now also enabled for Blender to be used with defocus composit node */
draw_focus_cross(cam->YF_dofdist, cam->drawsize);
draw_focus_cross(dof_camera(ob), cam->drawsize);
}
wrld= G.scene->world;