Blender Git Commit Log

Git Commits -> Revision 1719743

October 23, 2020, 13:09 (GMT)
Geometry Nodes: improve node group evaluation

This adds support for nodes that have a multi-function implementation.
That includes various function nodes like Math, Combine Vector, ...

Furthermore, there is support for implicit conversions now. So it should
work when one connects e.g. a float to an integer and vice versa.

Commit Details:

Full Hash: 17197430661c6accfe55bfbc756f9ee1beb95fc2
Parent Commit: 8910033
Lines Changed: +380, -87

4 Modified Paths:

/source/blender/modifiers/intern/MOD_nodes.cc (+169, -71) (Diff)
/source/blender/nodes/intern/node_tree_multi_function.cc (+177, -14) (Diff)
/source/blender/nodes/intern/type_callbacks.cc (+1, -2) (Diff)
/source/blender/nodes/NOD_node_tree_multi_function.hh (+33, -0) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021