Blender Git Commit Log
Git Commits -> Revision 31bc9be
Revision 31bc9be by Sergey Sharybin (master) May 30, 2017, 09:41 (GMT) |
Depsgraph: Use own implementation of stack rather than the one from STL This way we always have predictable behavior, especially from the performance point of view. Additionally, if some bottleneck is found in stack implementation it'll be easier for us to address. |
Commit Details:
Full Hash: 31bc9beeac9f7d2d5a272e77fa0e0ec5c22d7291
Parent Commit: 7eceb75
Lines Changed: +32, -25