Blender Git Loki
Git Commits -> Revision 9471715
Revision 9471715 by Howard Trickey (master) July 20, 2021, 11:28 (GMT) |
Fix crash in delaunay C interface test. The test forgot to set the new need_ids field, which luckily exposed a bug in the C api for delaunay when that field is false. Fixed the bug and the test, and added a test for the need_ids false case. |
Commit Details:
Full Hash: 9471715720489b36f2472f00363440546e9a07a5
Parent Commit: 75c9788
Lines Changed: +29, -2