Blender Git Commit Log
Git Commits -> Revision f6a0a8b
Revision f6a0a8b by Sergey Sharybin (greasepencil-experimental, greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval) December 7, 2018, 15:59 (GMT) |
Depsgraph: Make data allocation dependency more robust This fix aims to fix crash/assert failure related on wrong evaluation order which happens when there is a cyclic dependency involved. The rationality of this change is that we can allow use of uninitialized scalar value, but memory is better be allocated. This might not be ideal still, but worth a try. |
Commit Details:
Full Hash: f6a0a8b89eeda995721f5eaa8cd7fd945af9b5ab
Parent Commit: 6646d1a
Committed By: Charlie Jolly
Lines Changed: +8, -3
1 Modified Path:
/source/blender/depsgraph/intern/builder/deg_builder_relations_rig.cc (+8, -3) (Diff)