From be7004237c2143ddf1811c2e4ba20e6f2eb1c7f8 Mon Sep 17 00:00:00 2001 From: Sergej Reich Date: Mon, 22 Jul 2013 15:35:29 +0000 Subject: cloth: Fix [#36224] Cloth Simulation Doesn't Work on Rearranging Modifiers Don't return imediately when simulation has changed. It's not needed and prevented proper initialization on startframe when simulation changed. --- source/blender/blenkernel/intern/cloth.c | 1 - 1 file changed, 1 deletion(-) (limited to 'source/blender/blenkernel/intern/cloth.c') diff --git a/source/blender/blenkernel/intern/cloth.c b/source/blender/blenkernel/intern/cloth.c index a7311d5efc7..05ffd4a6265 100644 --- a/source/blender/blenkernel/intern/cloth.c +++ b/source/blender/blenkernel/intern/cloth.c @@ -476,7 +476,6 @@ void clothModifier_do(ClothModifierData *clmd, Scene *scene, Object *ob, Derived BKE_ptcache_validate(cache, 0); cache->last_exact= 0; cache->flag &= ~PTCACHE_REDO_NEEDED; - return; } // unused in the moment, calculated separately in implicit.c -- cgit v1.2.3