Blender Git Commit Log
Git Commits -> Revision 77834af
Revision 77834af by Jacques Lucke (master) July 7, 2021, 08:56 (GMT) |
Fix T89397: animation in geometry nodes modifier does not update The geometry nodes modifier uses id properties for the inputs to node groups. That is because the set of properties changes depending on which geometry node group is selected. The animation was not updated correctly because the `ANIMATION_EVAL` depsgraph node was not evaluated, because nothing depended on it in the depsgraph. This patch makes sure that the proper link to the geometry component is inserted. Differential Revision: https://developer.blender.org/D11831 |
Commit Details:
Full Hash: 77834aff223e49eaa3abed56fb120aeca302a0e0
Parent Commit: 3fe0088
Lines Changed: +2, -1
1 Modified Path:
/source/blender/depsgraph/intern/builder/deg_builder_rna.cc (+2, -1) (Diff)