Blender Git Loki
Git Commits -> Revision 725b088
Revision 725b088 by Ish Bosamiya (soc-2019-adaptive-cloth) August 5, 2019, 18:21 (GMT) |
Cloth: switch cloth flag to be part of clmd directly This is important so that the flag is not reset every frame rather the information is actually stored. |
Commit Details:
Full Hash: 725b088979b3f34b377a95080b6c02beb4f4379c
Parent Commit: a6284e4
Lines Changed: +39, -21
6 Modified Paths:
/source/blender/blenkernel/BKE_cloth.h (+0, -6) (Diff)
/source/blender/blenkernel/intern/cloth.c (+7, -3) (Diff)
/source/blender/blenkernel/intern/cloth_remeshing.cpp (+8, -8) (Diff)
/source/blender/blenkernel/intern/pointcache.c (+15, -4) (Diff)
/source/blender/makesdna/DNA_modifier_types.h (+8, -0) (Diff)
/source/blender/modifiers/intern/MOD_cloth.c (+1, -0) (Diff)
/source/blender/blenkernel/intern/cloth.c (+7, -3) (Diff)
/source/blender/blenkernel/intern/cloth_remeshing.cpp (+8, -8) (Diff)
/source/blender/blenkernel/intern/pointcache.c (+15, -4) (Diff)
/source/blender/makesdna/DNA_modifier_types.h (+8, -0) (Diff)
/source/blender/modifiers/intern/MOD_cloth.c (+1, -0) (Diff)