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-03-29 13:43:00 +0300
committerSergey Sharybin <sergey.vfx@gmail.com>2018-03-29 13:43:00 +0300
commit72b4d444f6a3929cdc1b2368b0118539588e1b49 (patch)
tree976ad950a599757e755d1c152e0597cfa242f177 /source/blender/blenkernel/intern/cloth.c
parent44cd24a9cee9ffb14b5d26a622f2158f55e008ba (diff)
Particles: Fix missing hair dynamics
Only if all the nasty looking bugs had such a simple solution...
Diffstat (limited to 'source/blender/blenkernel/intern/cloth.c')
-rw-r--r--source/blender/blenkernel/intern/cloth.c2
1 files changed, 0 insertions, 2 deletions
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);