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>2011-02-05 18:11:29 +0300
committerPeter Schlaile <peter@schlaile.de>2011-02-05 18:11:29 +0300
commitdbce60448f3bd3cee291a482986740507fcce0f5 (patch)
tree1483cb62f161cb3b7797509807d894724dfd33c5 /source/blender/blenkernel/intern/sequencer.c
parent626de1f3a222a288e926f6a9351360f9391dff43 (diff)
This fixes: [#25608] Video Sequence Editor: problem using cut on a strip with a custom proxy file.
Diffstat (limited to 'source/blender/blenkernel/intern/sequencer.c')
-rw-r--r--source/blender/blenkernel/intern/sequencer.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/blenkernel/intern/sequencer.c b/source/blender/blenkernel/intern/sequencer.c
index beda03e2257..6aca23b8011 100644
--- a/source/blender/blenkernel/intern/sequencer.c
+++ b/source/blender/blenkernel/intern/sequencer.c
@@ -3541,6 +3541,7 @@ static Sequence *seq_dupli(struct Scene *scene, struct Scene *scene_to, Sequence
if (seq->strip->proxy) {
seqn->strip->proxy = MEM_dupallocN(seq->strip->proxy);
+ seqn->strip->proxy->anim = 0;
}
if (seq->strip->color_balance) {