Blender Git Commit Log
Git Commits -> Revision fb15dfb
Revision fb15dfb by Sergey Sharybin (master) February 6, 2019, 16:08 (GMT) |
Depsgraph: Fix dependency cycle when rigid body is involved Was introduced by point cache reset on manual edits. Needed to split evaluation and introduce an explicit init key, which allows to hook up relations which are "monitoring" manual edits to the channel. Noticed while looking into T61190. |
Commit Details:
Full Hash: fb15dfbddf0ab65cae01e0620abdd7bb046a7aba
Parent Commit: 49e07df
Lines Changed: +58, -50
4 Modified Paths:
/source/blender/depsgraph/intern/builder/deg_builder_nodes.cc (+10, -7) (Diff)
/source/blender/depsgraph/intern/builder/deg_builder_relations.cc (+41, -38) (Diff)
/source/blender/depsgraph/intern/node/deg_node_operation.cc (+2, -2) (Diff)
/source/blender/depsgraph/intern/node/deg_node_operation.h (+5, -3) (Diff)
/source/blender/depsgraph/intern/builder/deg_builder_relations.cc (+41, -38) (Diff)
/source/blender/depsgraph/intern/node/deg_node_operation.cc (+2, -2) (Diff)
/source/blender/depsgraph/intern/node/deg_node_operation.h (+5, -3) (Diff)