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:
authorPeter Schlaile <peter@schlaile.de>2008-01-29 15:26:42 +0300
committerPeter Schlaile <peter@schlaile.de>2008-01-29 15:26:42 +0300
commitfd9db17021064552cdecbcfadce4255257d71e17 (patch)
treeb1013efbb7e91797be1c8e2c6466affb4edae051 /source/blender/makesdna/DNA_sequence_types.h
parent8e94028ed57861595e959d30476a74c48868a991 (diff)
== Sequencer ==
This fixes several crashes with the new tstripdata_start/endstill. dupli_seq was cleaned up as well as add_scene_strip (moved to a seperate function) New features: * opacity can be used in replace blend mode * the scene within in a scene track can be changed now within the panel Also: * [#7842] Note: setCodec in FormatTab disappeared... should be fixed by this. (Not a big change, so I just commit and see :) http://peter.schlaile.de/blender/sequencer/codec_buttons.diff
Diffstat (limited to 'source/blender/makesdna/DNA_sequence_types.h')
-rw-r--r--source/blender/makesdna/DNA_sequence_types.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/source/blender/makesdna/DNA_sequence_types.h b/source/blender/makesdna/DNA_sequence_types.h
index d9e87837f0f..6798e726ce8 100644
--- a/source/blender/makesdna/DNA_sequence_types.h
+++ b/source/blender/makesdna/DNA_sequence_types.h
@@ -160,6 +160,9 @@ typedef struct Sequence {
int blend_mode;
float blend_opacity;
+
+ int scenenr; /* for scene selection */
+ int pad;
} Sequence;
typedef struct MetaStack {