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:
-rw-r--r--source/blender/editors/space_image/space_image.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/source/blender/editors/space_image/space_image.c b/source/blender/editors/space_image/space_image.c
index 1b5cae2ab05..1d643ba1a89 100644
--- a/source/blender/editors/space_image/space_image.c
+++ b/source/blender/editors/space_image/space_image.c
@@ -460,7 +460,9 @@ static SpaceLink *image_duplicate(SpaceLink *sl)
/* clear or remove stuff from old */
if(simagen->cumap)
simagen->cumap= curvemapping_copy(simagen->cumap);
-
+
+ scopes_new(&simagen->scopes);
+
return (SpaceLink *)simagen;
}