Blender Git Loki

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

2 Modified Paths:

/source/blender/depsgraph/intern/builder/deg_builder_nodes.cc (+5, -3) (Diff)
/source/blender/depsgraph/intern/builder/deg_builder_relations.cc (+23, -12) (Diff)
Tehnyt: Miika HämäläinenViimeksi päivitetty: 07.11.2014 14:18MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021