Blender Git Commit Log
Git Commits -> Revision 45004d8
Revision 45004d8 by Jacques Lucke (master) July 8, 2020, 09:18 (GMT) |
Functions: add dead node removal and constant folding optimization Those optimizations work on the multi-function network level. Not only will they make the network evaluation faster, but they also simplify the network a lot. That makes it easier to understand the exported dot graph. |
Commit Details:
Full Hash: 45004d82e04d8cdd9cc57fc5ee2b243f8bfd7ee3
Parent Commit: 50d7c00
Lines Changed: +328, -0
2 Added Paths:
/source/blender/functions/FN_multi_function_network_optimization.hh (+31, -0) (View)
/source/blender/functions/intern/multi_function_network_optimization.cc (+295, -0) (View)
/source/blender/functions/intern/multi_function_network_optimization.cc (+295, -0) (View)
1 Modified Path:
/source/blender/functions/CMakeLists.txt (+2, -0) (Diff)