Blender Git Loki
Git Commits -> Revision d29a924
Revision d29a924 by Alexander Gavrilov November 27, 2021, 18:43 (GMT) |
Depsgraph: connect up drivers on various physics properties. It seems drivers for physics properties weren't being linked to evaluation nodes. This connects settings used by modifiers to Geometry; particle settings and rigid body data to Transform which seems to contain rigid body evaluation; and force fields to object Transform, since fields can exist on empties. Differential Revision: https://developer.blender.org/D10088 |
Commit Details:
Full Hash: d29a924e990dbd1f0fa1b23707a4fd8894e7814b
Parent Commit: 84cc91a
Lines Changed: +46, -2