Blender Git Loki
Git Commits -> Revision 729b68d
Revision 729b68d by Joshua Leung (depsgraph_refactor) December 18, 2014, 03:55 (GMT) |
Fixed logic for verify_entry_exit_ops() This was assuming that there were relationships between nodes when checking for inlinks and outlinks. However, since relationships are computed in a later pass, there are always none, and it ends up nearly always adding unncessary entry/exit noops (unless there's just a single op in the component). |
Commit Details:
Full Hash: 729b68dcbd41503ef1c4a0f6c1ee21b9cb5fbcd6
Parent Commit: c71684e
Lines Changed: +24, -3
1 Modified Path:
/source/blender/depsgraph/intern/depsgraph_build.cpp (+24, -3) (Diff)