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:
authorBrecht Van Lommel <brechtvanlommel@pandora.be>2010-02-06 23:25:17 +0300
committerBrecht Van Lommel <brechtvanlommel@pandora.be>2010-02-06 23:25:17 +0300
commitde90619a46f2c5896b3ee1d241981b90a1b96269 (patch)
tree8b818f4014267fc7b6a39eca7c71b1ca45cbdd3f /source/blender/blenloader
parent3be3e84e485b93a1c1ecc795afe8159f8a73e9f0 (diff)
Fix #20452: motion blur buttons were missing. Motion blur samples
are now also decoupled from antialiasing samples. Implemented by Matt, I'm just committing the patch.
Diffstat (limited to 'source/blender/blenloader')
-rw-r--r--source/blender/blenloader/intern/readfile.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/blender/blenloader/intern/readfile.c b/source/blender/blenloader/intern/readfile.c
index 084f29e7d55..f4261cbb738 100644
--- a/source/blender/blenloader/intern/readfile.c
+++ b/source/blender/blenloader/intern/readfile.c
@@ -10082,6 +10082,8 @@ static void do_versions(FileData *fd, Library *lib, Main *main)
if(sce->r.frame_step==0)
sce->r.frame_step= 1;
+ if (sce->r.mblur_samples==0)
+ sce->r.mblur_samples = sce->r.osa;
if(sce->ed && sce->ed->seqbasep)
{