[Bf-blender-cvs] [72b4d444f6a] blender2.8: Particles: Fix missing hair dynamics

Sergey Sharybin noreply at git.blender.org
Thu Mar 29 12:43:58 CEST 2018


Commit: 72b4d444f6a3929cdc1b2368b0118539588e1b49
Author: Sergey Sharybin
Date:   Thu Mar 29 12:43:00 2018 +0200
Branches: blender2.8
https://developer.blender.org/rB72b4d444f6a3929cdc1b2368b0118539588e1b49

Particles: Fix missing hair dynamics

Only if all the nasty looking bugs had such a simple solution...

===================================================================

M	source/blender/blenkernel/intern/cloth.c

===================================================================

diff --git a/source/blender/blenkernel/intern/cloth.c b/source/blender/blenkernel/intern/cloth.c
index cf50d224f10..704a0163a81 100644
--- a/source/blender/blenkernel/intern/cloth.c
+++ b/source/blender/blenkernel/intern/cloth.c
@@ -480,8 +480,6 @@ void clothModifier_do(ClothModifierData *clmd, const struct EvaluationContext *e
 		return;
 	}
 
-		return;
-
 	/* if on second frame, write cache for first frame */
 	if (cache->simframe == startframe && (cache->flag & PTCACHE_OUTDATED || cache->last_exact==0))
 		BKE_ptcache_write(&pid, startframe);



More information about the Bf-blender-cvs mailing list