set the default options for new cameras to be the same as the default blend file

This commit is contained in:
Campbell Barton 2010-06-07 20:08:03 +00:00
parent eb50486df2
commit 740897a69e

@ -679,8 +679,8 @@ void *add_camera(char *name)
cam->clipend= 100.0f;
cam->drawsize= 0.5f;
cam->ortho_scale= 6.0;
cam->flag |= CAM_SHOWTITLESAFE;
cam->passepartalpha = 0.2f;
cam->flag |= CAM_SHOWPASSEPARTOUT;
cam->passepartalpha = 0.5f;
return cam;
}