Blender Git Commit Log

Git Commits -> Revision d6224db

Revision d6224db by Jacques Lucke (master)
December 22, 2021, 12:16 (GMT)
Geometry Nodes: improve multi socket handling in evaluator

Previously, the values passed to a multi-input socket were stored
in the order that they arrived in. Then, when the values are accessed,
they are sorted depending on the link order.

Now, the ordering is determined in the beginning before execution starts.
Every value is assigned to the right index directly, avoiding the sort
in the end. This makes the ordering more explicit.

Commit Details:

Full Hash: d6224db8f17f7035d8240bb5b9d28ce709cd3cb4
Parent Commit: 2ce2bff
Lines Changed: +75, -59

1 Modified Path:

/source/blender/modifiers/intern/MOD_nodes_evaluator.cc (+75, -59) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021