Blender Git Loki
Git Commits -> Revision b2b6d2c
Revision b2b6d2c by Ish Bosamiya (soc-2019-adaptive-cloth) May 27, 2019, 18:36 (GMT) |
Removed Cloth Cache System This has been done to minimize the possible areas of bugs when adding the remeshing steps, current point cache system may not be compatible. Python file for the UI has cache related lines commented. C files has a macro in BKE_cloth.h which can be set to 1 to enable caching again. |
Commit Details:
Full Hash: b2b6d2c7643fa7abed17a4af6152d40fab262750
Parent Commit: d10bab7
Lines Changed: +119, -28
5 Modified Paths:
/release/scripts/startup/bl_ui/properties_physics_cloth.py (+23, -25) (Diff)
/source/blender/blenkernel/BKE_cloth.h (+5, -0) (Diff)
/source/blender/blenkernel/intern/cloth.c (+44, -1) (Diff)
/source/blender/blenkernel/intern/pointcache.c (+28, -0) (Diff)
/source/blender/modifiers/intern/MOD_cloth.c (+19, -2) (Diff)
/source/blender/blenkernel/BKE_cloth.h (+5, -0) (Diff)
/source/blender/blenkernel/intern/cloth.c (+44, -1) (Diff)
/source/blender/blenkernel/intern/pointcache.c (+28, -0) (Diff)
/source/blender/modifiers/intern/MOD_cloth.c (+19, -2) (Diff)