Block a user
Fix: Wrong offset in the 'Has Neighbour' output of the 'Index of Nearest' node
Ah, stop. Idea was that for single element here is no neigboard, so you actually should count with starting from 0 rather than 1.
As I understand the current state is as For 1 element:…
Fix: Wrong offset in the 'Has Neighbour' output of the 'Index of Nearest' node
Actually, the behavior is more complex without the former fix (#128998), I'll create a video in a moment
FIX #128997: Wrong evaluation of outputs in the Index of Nearest node
I created another PR for the bias in the 'has neighbor', #129021
Fix: Wrong offset in the 'Has Neighbour' output of the 'Index of Nearest' node
As a note, this has been split from #128998
Fix wrong offset in the 'has neighbour' output of the 'index of nearest' node
Arye Ramaty
created branch fix-has-neightbor-wrong-calculation in aryeramaty/blender
2024-10-14 19:53:41 +02:00
Arye Ramaty
pushed to fix-has-neightbor-wrong-calculation at aryeramaty/blender
2024-10-14 19:53:41 +02:00
1ef9f5cd51
Fix wrong offset in the 'has neighbour' output of the 'index of nearest' node
9732e99dce
Fix field evaluation and 'Has Neighbor' count
0319b7b50a
Fix #127611: Linked material can be modified by Copy/Paste Material
b2e0193cc1
Fix #128929: Multires face set automasking doesnt work with no face set
a205e34158
Fix #128933: Dyntopo density brush prints constant console errors
10f2d683ba
Cleanup: Use dedicated string reference type for drop tooltip drawing
FIX #128997: Wrong evaluation of outputs in the Index of Nearest node
Thanks! I suspected that would be the case but thought a one-liner would be fine, anyway, I'll split them.
Fix field evaluation and 'Has Neighbor' count
84fa16d453
Fix field evaluation and 'Has Neighbor' count
62b7947769
Merge branch 'blender-v4.3-release'
1246baa81b
Fix #128935: Preview range to selected keyframes wrong
99b876e2bc
Fix #128946: GPv3: Can't select materials in Modifier
724b9dd02c
Update tests/data submodule
Index of nearest node evaultes GroupID input incorrectly
This issure is similar to this one: #126595
Index of nearest node evaulte GroupID input incorrectly