Cleanup: Use signed integers in the weld modifier

The style guide mentions that unsigned integers shouldn't be used to
show that a value won't be negative. Many places don't follow this
properly yet. The modifier used to cast an array of `uint` to `int` in
order to pass it to `BLI_kdtree_3d_calc_duplicates_fast`. That is no
longer necessary.

Differential Revision: https://developer.blender.org/D13613
This commit is contained in:
Hans Goudey 2021-12-17 11:04:13 -03:00 committed by Germano Cavalcante
parent 552dce0de7
commit 0aabaa4583
1 changed files with 301 additions and 301 deletions

File diff suppressed because it is too large Load Diff