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:
authorSergey Sharybin <sergey.vfx@gmail.com>2018-11-15 18:36:35 +0300
committerSergey Sharybin <sergey.vfx@gmail.com>2018-11-15 18:36:35 +0300
commitba9bd979f17600501b56c197ae062ae89ac50226 (patch)
tree4f23918a99f35c576aad898852b8558bcbaa904c /source/blender/blenkernel/intern/world.c
parent9edff9ce9b5c87c7b35d47d2e1fbbd957d391f3e (diff)
Tag all localized ID types as such
Diffstat (limited to 'source/blender/blenkernel/intern/world.c')
-rw-r--r--source/blender/blenkernel/intern/world.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/blender/blenkernel/intern/world.c b/source/blender/blenkernel/intern/world.c
index cb8103588a7..f4c32987117 100644
--- a/source/blender/blenkernel/intern/world.c
+++ b/source/blender/blenkernel/intern/world.c
@@ -164,6 +164,8 @@ World *BKE_world_localize(World *wrld)
BLI_listbase_clear(&wrldn->gpumaterial);
BLI_listbase_clear((ListBase *)&wrldn->drawdata);
+ wrldn->id.tag |= LIB_TAG_LOCALIZED;
+
return wrldn;
}