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:
authorSergey Sharybin <sergey.vfx@gmail.com>2012-12-19 16:30:39 +0400
committerSergey Sharybin <sergey.vfx@gmail.com>2012-12-19 16:30:39 +0400
commitcdb6aad54c3962b144fa2ed02d9d70a037ab0936 (patch)
tree4a0c44ce22ec687683d975a2018aeb315f26571b /source/blender/blenkernel/intern/scene.c
parent1dbb84c1c9a41d0c78a2ea17b0c220a1d6c1df75 (diff)
Multires baker: renamed Number of Rays to Samples after discussion with Brecht
Diffstat (limited to 'source/blender/blenkernel/intern/scene.c')
-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 136f5d56af6..3bb74492155 100644
--- a/source/blender/blenkernel/intern/scene.c
+++ b/source/blender/blenkernel/intern/scene.c
@@ -432,7 +432,7 @@ static Scene *scene_add(Main *bmain, const char *name)
sce->r.bake_osa = 5;
sce->r.bake_flag = R_BAKE_CLEAR;
sce->r.bake_normal_space = R_BAKE_SPACE_TANGENT;
- sce->r.bake_rays_number = 256;
+ sce->r.bake_samples = 256;
sce->r.scemode = R_DOCOMP | R_DOSEQ | R_EXTENSION;
sce->r.stamp = R_STAMP_TIME | R_STAMP_FRAME | R_STAMP_DATE | R_STAMP_CAMERA | R_STAMP_SCENE | R_STAMP_FILENAME | R_STAMP_RENDERTIME;
sce->r.stamp_font_id = 12;