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:
authorCampbell Barton <ideasman42@gmail.com>2012-06-14 19:04:40 +0400
committerCampbell Barton <ideasman42@gmail.com>2012-06-14 19:04:40 +0400
commit0b2fcf43680eb0c6877bd111580fa98ae7ccb7e7 (patch)
treea7e8128cd82b18df3ca0dcda5a458dc2e1cfaa02 /source/blender/makesdna
parent91eed57e62f2c820a9d1b4764ff3d4c7adafd51c (diff)
change to scale node - multiply scale by scene size, without this theres no reliable way to match different scaled footage to an output and still have useful preview's at <100 percentage.
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 75b0b18879d..33b28a6abff 100644
--- a/source/blender/makesdna/DNA_scene_types.h
+++ b/source/blender/makesdna/DNA_scene_types.h
@@ -34,9 +34,12 @@
#include "DNA_defs.h"
-// XXX, temp feature - campbell
+/* XXX, temp feature - campbell */
#define DURIAN_CAMERA_SWITCH
+/* XXX - We cant agree on this and it might get deprecated - campbell */
+#define USE_SCENE_COMPO_SCALE
+
#ifdef __cplusplus
extern "C" {
#endif