Blender Git Commit Log
Git Commits -> Revision 9421bf6
Revision 9421bf6 by Jacques Lucke (builtin-simulation-nodes, functions, functions-experimental-refactor, particle-solver-dev, simulation-tree) March 24, 2019, 17:40 (GMT) |
initial body type for lazy input evaluation |
Commit Details:
Full Hash: 9421bf665531ec092ee4d9ffd57f8e9eedc2a746
Parent Commit: d79805e
Lines Changed: +161, -27
2 Added Paths:
/source/blender/functions/backends/tuple_call/lazy_to_normal.cpp (+36, -0) (View)
/source/blender/functions/backends/tuple_call/lazy_to_normal.hpp (+10, -0) (View)
/source/blender/functions/backends/tuple_call/lazy_to_normal.hpp (+10, -0) (View)
6 Modified Paths:
/source/blender/functions/backends/tuple_call/fgraph_tuple_call.cpp (+8, -4) (Diff)
/source/blender/functions/backends/tuple_call/tuple_call.cpp (+15, -2) (Diff)
/source/blender/functions/backends/tuple_call/tuple_call.hpp (+60, -8) (Diff)
/source/blender/functions/CMakeLists.txt (+2, -0) (Diff)
/source/blender/functions/FN_tuple_call.hpp (+2, -1) (Diff)
/source/blender/functions/functions/switch.cpp (+28, -12) (Diff)
/source/blender/functions/backends/tuple_call/tuple_call.cpp (+15, -2) (Diff)
/source/blender/functions/backends/tuple_call/tuple_call.hpp (+60, -8) (Diff)
/source/blender/functions/CMakeLists.txt (+2, -0) (Diff)
/source/blender/functions/FN_tuple_call.hpp (+2, -1) (Diff)
/source/blender/functions/functions/switch.cpp (+28, -12) (Diff)