Fix Tests for Weld Modifier with KD-Tree
Fixes the failing tests and reintroduces the KD-Tree solution. Reviewed By: mano-wii Differential Revision: https://developer.blender.org/D9013
This commit is contained in:

committed by
Germano Cavalcante

parent
1f6a1cee74
commit
bea4505744
@@ -186,7 +186,7 @@ def main():
|
||||
["testMergedWeld", "expectedMergedWeld",
|
||||
[ModifierSpec("weld", 'WELD', {"merge_threshold": 0.021})]],
|
||||
["testMergedAllWeld", "expectedMergedAllWeld",
|
||||
[ModifierSpec("weld", 'WELD', {"merge_threshold": 1.1})]],
|
||||
[ModifierSpec("weld", 'WELD', {"merge_threshold": 1.8})]],
|
||||
["testMergedNoneWeld", "expectedMergedNoneWeld",
|
||||
[ModifierSpec("weld", 'WELD', {"merge_threshold": 0.019})]],
|
||||
|
||||
|
Reference in New Issue
Block a user