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-06-25 16:17:35 +0400
committerCampbell Barton <ideasman42@gmail.com>2010-06-25 16:17:35 +0400
commitf3ffb225989ede422dbf831841272b7fe43c154d (patch)
tree2cefaaeec9f7e9686bd5f2ef59cd92860ab950dd /source/blender/blenkernel/intern/scene.c
parent9e87433ef2903f5e6e451eb413e34b57dab4d9fa (diff)
error in fix for ID property copy
Diffstat (limited to 'source/blender/blenkernel/intern/scene.c')
-rw-r--r--source/blender/blenkernel/intern/scene.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/blenkernel/intern/scene.c b/source/blender/blenkernel/intern/scene.c
index a2fdf35583f..719dc964b89 100644
--- a/source/blender/blenkernel/intern/scene.c
+++ b/source/blender/blenkernel/intern/scene.c
@@ -199,7 +199,7 @@ Scene *copy_scene(Main *bmain, Scene *sce, int type)
}
if(sce->r.ffcodecdata.properties) { /* intentionally check scen not sce. */
- scen->r.ffcodecdata.properties= IDP_CopyProperty(scen->r.ffcodecdata.properties);
+ scen->r.ffcodecdata.properties= IDP_CopyProperty(sce->r.ffcodecdata.properties);
}
/* NOTE: part of SCE_COPY_LINK_DATA and SCE_COPY_FULL operations