Blender Git Commit Log
Git Commits -> Revision 2b21e7a
Revision 2b21e7a by Sergey Sharybin (master) March 21, 2019, 13:41 (GMT) |
Fix T62768: Softbody cache still not updated correctly There was missing flush from transform update to the point cache reset. Caused by the fact that when update happens in the "middle" of component all the component operations will be tagged for update (since the intermediate state is not stored), but that will not flush updates to other operations since that would cause too much of updates. This now we tag point cache for reset after evaluation operation but before final transform and before rigid body world. |
Commit Details:
Full Hash: 2b21e7ab9a14cfa1d9e42b97d8056c3b0050fcc9
Parent Commit: b832f6f
Lines Changed: +28, -15