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>2010-03-09 16:52:52 +0300
committerCampbell Barton <ideasman42@gmail.com>2010-03-09 16:52:52 +0300
commit5f7bcee541131be75b82e6d57dcc2ecc89303dd3 (patch)
treeafee4242142111a591b02b5ad08457a9e54be3ac /source/blender/makesdna
parent869b16d8948504b9a8d5b832936c7edb8e4668d4 (diff)
camera override option for scene strips.
Diffstat (limited to 'source/blender/makesdna')
-rw-r--r--source/blender/makesdna/DNA_sequence_types.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/blender/makesdna/DNA_sequence_types.h b/source/blender/makesdna/DNA_sequence_types.h
index 14b121a4281..56d949e9d34 100644
--- a/source/blender/makesdna/DNA_sequence_types.h
+++ b/source/blender/makesdna/DNA_sequence_types.h
@@ -149,6 +149,8 @@ typedef struct Sequence {
struct Ipo *ipo; // xxx depreceated... old animation system
struct Scene *scene;
+ struct Object *scene_camera; /* override scene camera */
+
struct anim *anim;
float effect_fader;
float speed_fader;