Blender Git Commit Log
Git Commits -> Revision 47ea907
Revision 47ea907 by Jacques Lucke (builtin-simulation-nodes, functions, functions-experimental-refactor, functions-temp, particle-solver-dev, simulation-tree) February 17, 2019, 16:44 (GMT) |
initial type relations and improved inferencer |
Commit Details:
Full Hash: 47ea90771da4de42ae797c7272fb4bf741e8e4ef
Parent Commit: d93ecc8
Lines Changed: +151, -29
2 Added Paths:
/source/blender/functions/core/type_relations.cpp (+16, -0) (View)
/source/blender/functions/core/type_relations.hpp (+17, -0) (View)
/source/blender/functions/core/type_relations.hpp (+17, -0) (View)
7 Modified Paths:
/source/blender/functions/CMakeLists.txt (+2, -0) (Diff)
/source/blender/functions/core/type_inferencing.cpp (+48, -21) (Diff)
/source/blender/functions/core/type_inferencing.hpp (+14, -8) (Diff)
/source/blender/functions/c_wrapper.cpp (+44, -0) (Diff)
/source/blender/functions/FN_functions.hpp (+1, -0) (Diff)
/source/blender/functions/types/numeric.cpp (+8, -0) (Diff)
/source/blender/functions/types/numeric.hpp (+1, -0) (Diff)
/source/blender/functions/core/type_inferencing.cpp (+48, -21) (Diff)
/source/blender/functions/core/type_inferencing.hpp (+14, -8) (Diff)
/source/blender/functions/c_wrapper.cpp (+44, -0) (Diff)
/source/blender/functions/FN_functions.hpp (+1, -0) (Diff)
/source/blender/functions/types/numeric.cpp (+8, -0) (Diff)
/source/blender/functions/types/numeric.hpp (+1, -0) (Diff)