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:
authorTon Roosendaal <ton@blender.org>2005-05-24 15:50:12 +0400
committerTon Roosendaal <ton@blender.org>2005-05-24 15:50:12 +0400
commitb4dc14e088b8fb63919fad7e8107fcda3603628d (patch)
tree896458d5cdbd2bc034719ead5777d4c6cb74f032 /source/blender/blenkernel/intern
parente5304a967c16d4fe2464b8022f78e6f3c54ca751 (diff)
Added init of 'postsat' to 1.0 in Scene, for the postprocess menu.
This only gave error in python. Added new scene in Blender itself copies settings over of current scene. :)
Diffstat (limited to 'source/blender/blenkernel/intern')
-rw-r--r--source/blender/blenkernel/intern/scene.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/blenkernel/intern/scene.c b/source/blender/blenkernel/intern/scene.c
index 671b2887ab5..5d73b24e8bb 100644
--- a/source/blender/blenkernel/intern/scene.c
+++ b/source/blender/blenkernel/intern/scene.c
@@ -184,7 +184,7 @@ Scene *add_scene(char *name)
sce->r.frs_sec= 25;
sce->r.postgamma= 1.0;
- sce->r.posthue= 1.0;
+ sce->r.postsat= 1.0;
sce->r.postmul= 1.0;
sce->r.focus= 0.9;