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>2008-02-19 19:16:16 +0300
committerBrecht Van Lommel <brechtvanlommel@pandora.be>2008-02-19 19:16:16 +0300
commit6ea0adb4629d8122cf9ab8ea36b737d08cb52bff (patch)
treef036ee62c5cf52b1ecb28d34c7bba69b26504dbd /source/blender/makesdna/DNA_scene_types.h
parent4100861f24670eab24559f704fb189a9cadfe974 (diff)
Added an option to bake AO normalized, without material settings taken
into account. The normalized result can often be easier to integrate into different materials, e.g. for games.
Diffstat (limited to 'source/blender/makesdna/DNA_scene_types.h')
-rw-r--r--source/blender/makesdna/DNA_scene_types.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/makesdna/DNA_scene_types.h b/source/blender/makesdna/DNA_scene_types.h
index 67126c50233..7a577d22685 100644
--- a/source/blender/makesdna/DNA_scene_types.h
+++ b/source/blender/makesdna/DNA_scene_types.h
@@ -672,6 +672,7 @@ typedef struct Scene {
#define R_BAKE_CLEAR 1
#define R_BAKE_OSA 2
#define R_BAKE_TO_ACTIVE 4
+#define R_BAKE_NORMALIZE_AO 8
/* bake_normal_space */
#define R_BAKE_SPACE_CAMERA 0