Blender Git Loki
Git Commits -> Revision 0aabaa4
Revision 0aabaa4 by Hans Goudey (master) December 17, 2021, 15:40 (GMT) |
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 |
Commit Details:
Full Hash: 0aabaa4583b33786ccd597d0af98f9e3e3249ffd
Parent Commit: 552dce0
Committed By: Germano Cavalcante
Lines Changed: +301, -301
1 Modified Path:
/source/blender/modifiers/intern/MOD_weld.c (+301, -301) (Diff)