Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Ebb <matt@mke3.net>2005-12-20 16:27:35 +0300
committerMatt Ebb <matt@mke3.net>2005-12-20 16:27:35 +0300
commitc6f80f9a6542678d05bdbc8690bdc4409151ed68 (patch)
tree605e0234955d06bee1ebecd46c0fc3d08f0872c2
parentd59531226f8fc18bf666c49f1786e8d0a6ac0889 (diff)
* uncommented some pre-2.40 file conversion code for cameras, for the release
-rw-r--r--source/blender/blenloader/intern/readfile.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/source/blender/blenloader/intern/readfile.c b/source/blender/blenloader/intern/readfile.c
index 455c45b00ea..da898897b74 100644
--- a/source/blender/blenloader/intern/readfile.c
+++ b/source/blender/blenloader/intern/readfile.c
@@ -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;