Blender Git Commit Log

Git Commits -> Revision 9de7d3f

May 16, 2019, 08:46 (GMT)
use new FunctionBuilder instead of creating Signature manually

Commit Details:

Full Hash: 9de7d3fa45a317a40e0a7b63ec914b108b5fc5c1
Parent Commit: 3f82445
Lines Changed: +173, -197

16 Modified Paths:

/source/blender/functions/core/function.cpp (+22, -0) (Diff)
/source/blender/functions/core/function.hpp (+13, -0) (Diff)
/source/blender/functions/core/function_graph.cpp (+5, -8) (Diff)
/source/blender/functions/core/function_graph.hpp (+1, -1) (Diff)
/source/blender/functions/frontends/data_flow_nodes/function_generation.cpp (+1, -1) (Diff)
/source/blender/functions/frontends/data_flow_nodes/graph_generation.cpp (+6, -6) (Diff)
/source/blender/functions/frontends/data_flow_nodes/inserters.cpp (+4, -4) (Diff)
/source/blender/functions/functions/auto_vectorization.cpp (+5, -6) (Diff)
/source/blender/functions/functions/lists.cpp (+33, -49) (Diff)
/source/blender/functions/functions/object_input.cpp (+3, -5) (Diff)
/source/blender/functions/functions/random.cpp (+7, -10) (Diff)
/source/blender/functions/functions/ranges.cpp (+7, -10) (Diff)
/source/blender/functions/functions/scalar_math.cpp (+27, -37) (Diff)
/source/blender/functions/functions/simple_conversions.cpp (+4, -9) (Diff)
/source/blender/functions/functions/switch.cpp (+7, -10) (Diff)
/source/blender/functions/functions/vectors.cpp (+28, -41) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021