Blender Git Commit Log
Git Commits -> Revision db3c3d1
Revision db3c3d1 by Sergey Sharybin (master) April 4, 2018, 15:49 (GMT) |
Depsgraph: Fix/workaround crash with animation and drivers and CoW The issue was caused by component tag forcing CoW component to be run, without actually flushing changes down the road from the CoW operation. In a way, this is what we want: we do want CoW to run on changes, but we don't want tiny change forcing full datablock update. This commit makes it so order of updates is all correct, but the bigger issue is still open: what parts of datablock CoW should be updating? Now it's possible to open spring file and play around. |
Commit Details:
Full Hash: db3c3d133817cd16ce3022ddce01559ed28cb532
Parent Commit: b561707
Lines Changed: +4, -4
1 Modified Path:
/source/blender/depsgraph/intern/builder/deg_builder_relations.cc (+4, -4) (Diff)