Blender Git Loki
Git Commits -> Revision ba80e27
Revision ba80e27 by Lukas Toenne (depsgraph_refactor) June 8, 2014, 10:38 (GMT) |
Use a generalized functor type for the operation eval callbacks instead of a plain function pointer. With std::bind the previous function pointer wrapper is also no longer needed. |
Commit Details:
Full Hash: ba80e278ab14488b6ab66934143b3bc70842dddb
Parent Commit: 56a1125
Lines Changed: +3, -74