Blender Git Commit Log
Git Commits -> Revision cdabf7e
Revision cdabf7e by Bastien Montagne (master) April 30, 2015, 18:58 (GMT) |
Data transfer - Loop Islands Hell Fixes. This commit fixes several issues: * island_store->items_to_islands_num was reset each time we added a new island, this is stupid! Harmless too, though, afaikt. * partial verts bvhtree (with several islands) was hugely over-allocated... * we would 'leak' in neighbor islands when geometry itself was contiguous. * best_nor_dot was used incorrectly, leading to smaller weights for better matching normal! All those fixes are related to T44522 (through personal communications with reporter). |
Commit Details:
Full Hash: cdabf7e3535fe5c88f9e475459210e5121bc58f7
Parent Commit: 4d6584b
Lines Changed: +22, -7