From d3e0d7f0825fbdf503ef82e3f85b11d0faf841e8 Mon Sep 17 00:00:00 2001 From: Sergey Sharybin Date: Fri, 14 Dec 2018 17:33:36 +0100 Subject: Fix broken particle distribution after recent fix --- source/blender/modifiers/intern/MOD_util.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'source/blender/modifiers') diff --git a/source/blender/modifiers/intern/MOD_util.c b/source/blender/modifiers/intern/MOD_util.c index dca2d536a5d..63dfacf391f 100644 --- a/source/blender/modifiers/intern/MOD_util.c +++ b/source/blender/modifiers/intern/MOD_util.c @@ -198,7 +198,8 @@ Mesh *MOD_deform_mesh_eval_get( LIB_ID_CREATE_NO_USER_REFCOUNT | LIB_ID_CREATE_NO_DEG_TAG | LIB_ID_COPY_NO_PREVIEW | - LIB_ID_COPY_CD_REFERENCE), + LIB_ID_COPY_CD_REFERENCE | + LIB_ID_COPY_RUNTIME), false); mesh->runtime.deformed_only = 1; } -- cgit v1.2.3