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:
authorJean-Luc Peurière <jlp@nerim.net>2005-05-23 22:20:20 +0400
committerJean-Luc Peurière <jlp@nerim.net>2005-05-23 22:20:20 +0400
commit94ba432f59979e3929837f626685c565841ed26b (patch)
tree108eab72025462c692c133c03c47b5ab6fc414ba
parent6c6e280fef9963aeb65d633dbeb8099a77405959 (diff)
fix for #2592
Ken Hughes found the solution.
-rw-r--r--source/blender/src/header_info.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/blender/src/header_info.c b/source/blender/src/header_info.c
index 98699c7ac27..ac55a630a71 100644
--- a/source/blender/src/header_info.c
+++ b/source/blender/src/header_info.c
@@ -308,6 +308,8 @@ Scene *copy_scene(Scene *sce, int level)
scen->ed= 0;
scen->radio= 0;
+ scen->theDag= NULL;
+ scen->dagisvalid= 0;
obase= sce->base.first;
base= scen->base.first;