Page MenuHome

Fix T98536: geometry nodes wrong selection on duplicate edges
ClosedPublic

Authored by Philipp Oeser (lichtwerk) on Jun 1 2022, 2:33 PM.

Details

Summary

Code was using the loop [which is looping over the selection] index as
an index for the lookup into the edges directly, but needs to be a
lookupinto the IndexMask.

Also renamed the variable (as used elsewhere) to make this more clear.

If accepted, would be nice to still get this into 3.2.

Diff Detail

Repository
rB Blender
Branch
T98536 (branched from master)
Build Status
Buildable 22367
Build 22367: arc lint + arc unit