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/makesdna/DNA_scene_types.h
parent1dbb84c1c9a41d0c78a2ea17b0c220a1d6c1df75 (diff)
Multires baker: renamed Number of Rays to Samples after discussion with Brecht
Diffstat (limited to 'source/blender/makesdna/DNA_scene_types.h')
-rw-r--r--source/blender/makesdna/DNA_scene_types.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/makesdna/DNA_scene_types.h b/source/blender/makesdna/DNA_scene_types.h
index 2edbf14eb6c..a01785a29ca 100644
--- a/source/blender/makesdna/DNA_scene_types.h
+++ b/source/blender/makesdna/DNA_scene_types.h
@@ -492,7 +492,7 @@ typedef struct RenderData {
short bake_osa, bake_filter, bake_mode, bake_flag;
short bake_normal_space, bake_quad_split;
float bake_maxdist, bake_biasdist;
- int bake_rays_number;
+ short bake_samples, bake_pad;
/* path to render output */
char pic[1024]; /* 1024 = FILE_MAX */