Blender Git Commit Log

Git Commits -> Revision 33ac6c2

Revision 33ac6c2 by Sergey Sharybin (master)
November 16, 2018, 15:29 (GMT)
Fix T56673: Tara.blend from Blender cloud crashes on load

The issue was caused by dependency cycle solver killing relation
which was guaranteed various things: i.e. copy-on-write component
orders and pose evaluation order (which must first run pose init
function).

Now it is possible to prevent such relations from being ignored.

This is not a complete fix, but is enough to make this specific
rig to work. Ideally, we also need to run copy-on-write operation
prior to anything else.

Commit Details:

Full Hash: 33ac6c25b9942f40a33382aeb57c73482cd07b27
Parent Commit: 91aa81b
Lines Changed: +49, -11

5 Modified Paths:

/source/blender/depsgraph/intern/builder/deg_builder_cycle.cc (+32, -3) (Diff)
/source/blender/depsgraph/intern/builder/deg_builder_relations.cc (+5, -5) (Diff)
/source/blender/depsgraph/intern/builder/deg_builder_relations_rig.cc (+4, -1) (Diff)
/source/blender/depsgraph/intern/debug/deg_debug_relations_graphviz.cc (+6, -2) (Diff)
/source/blender/depsgraph/intern/depsgraph.h (+2, -0) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021