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/makesdna
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/makesdna')
-rw-r--r--source/blender/makesdna/DNA_scene_types.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/source/blender/makesdna/DNA_scene_types.h b/source/blender/makesdna/DNA_scene_types.h
index d646d9b7c67..63d3e764263 100644
--- a/source/blender/makesdna/DNA_scene_types.h
+++ b/source/blender/makesdna/DNA_scene_types.h
@@ -302,7 +302,10 @@ typedef struct RenderData {
/* information on different layers to be rendered */
ListBase layers;
- short actlay, pad;
+ short actlay;
+
+ /* number of mblur samples */
+ short mblur_samples;
/**
* Adjustment factors for the aspect ratio in the x direction, was a short in 2.45