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:
authorBrecht Van Lommel <brecht@blender.org>2020-11-09 20:50:56 +0300
committerBrecht Van Lommel <brecht@blender.org>2020-11-09 20:50:56 +0300
commitcf751e3914abb95f160ad9030c80f71cd2362816 (patch)
treec5053f4a330ac622e77925c1336d2eaaa588fe04 /source/blender/makesrna
parentcde2bd1828ea9f2f5f6a4b5001593695ccf224d7 (diff)
parent60c4d0b5fb76a8bf2e53b760f92f3d9febecf62d (diff)
Merge branch 'blender-v2.91-release'
Diffstat (limited to 'source/blender/makesrna')
-rw-r--r--source/blender/makesrna/intern/rna_render.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/makesrna/intern/rna_render.c b/source/blender/makesrna/intern/rna_render.c
index 05b3b0b0c70..1aa5f0ca675 100644
--- a/source/blender/makesrna/intern/rna_render.c
+++ b/source/blender/makesrna/intern/rna_render.c
@@ -298,6 +298,7 @@ static void rna_RenderEngine_unregister(Main *bmain, StructRNA *type)
return;
}
+ RE_FreeAllPersistentData();
RNA_struct_free_extension(type, &et->rna_ext);
RNA_struct_free(&BLENDER_RNA, type);
BLI_freelinkN(&R_engines, et);