* uncommented some pre-2.40 file conversion code for cameras, for the release

This commit is contained in:
Matt Ebb
2005-12-20 13:27:35 +00:00
parent d59531226f
commit c6f80f9a65

View File

@@ -5068,12 +5068,8 @@ static void do_versions(FileData *fd, Library *lib, Main *main)
cam->flag |= CAM_SHOWPASSEPARTOUT;
/* make sure old cameras have title safe on */
/* *** to be uncommented before 2.40 release! *** */
/*
if (!(cam->flag & CAM_SHOWTITLESAFE))
cam->flag |= CAM_SHOWTITLESAFE;
*/
/* set an appropriate camera passepartout alpha */
if (!(cam->passepartalpha)) cam->passepartalpha = 0.2f;