Blender Git Commits
December 16, 2020, 10:48 (GMT) |
Remove cy depencies and use internal heap |
December 16, 2020, 10:47 (GMT) |
InplacePriorityQueue: Add acces to the entire heap indices |
December 16, 2020, 10:34 (GMT) |
add indices accessor |
December 16, 2020, 09:49 (GMT) |
initial inplace priority queue |
December 15, 2020, 17:34 (GMT) |
Fix another typo/error in progressive sampling reorder |
December 15, 2020, 14:11 (GMT) |
Fix typo/error in the progressive sampling reorder |
December 15, 2020, 14:11 (GMT) |
Merge remote-tracking branch 'origin/master' into temp-geometry-nodes-distribute-points-cleanup |
December 11, 2020, 22:07 (GMT) |
Cleanup and fix/mini-refactor the tiling function |
December 11, 2020, 20:53 (GMT) |
Merge remote-tracking branch 'origin/master' into temp-geometry-nodes-distribute-points-cleanup |
December 11, 2020, 20:49 (GMT) |
Fix heap direction, cleanups and progressive sampling The BLI_heap in Blender is a down-up heap implementation, so the weights need to be reverted. |
December 11, 2020, 15:48 (GMT) |
Disable progress sampling for cySample For now this matches the native approach. |
December 11, 2020, 15:38 (GMT) |
Fix memleak on tiling |
December 11, 2020, 11:42 (GMT) |
Using cyHeap for own solution This is a temporary solution to isolate the difference between cyHeap and BLI_heap |
December 11, 2020, 11:29 (GMT) |
Remove pow2 "followed" by sqrt |
December 11, 2020, 11:21 (GMT) |
Fix critical bug The function was weighting the wrong point |
December 11, 2020, 11:08 (GMT) |
Silence warnings in cyHeap.h |
December 11, 2020, 11:05 (GMT) |
Remove template from cyHeap.h |
December 11, 2020, 10:39 (GMT) |
Small fixup |
Revision d33b874 by Dalai Felinto (temp-geometry-nodes-distribute-points-cleanup) December 11, 2020, 00:58 (GMT) |
Updated status (and small cleanup) The code is working fine until the heap. [x] Tiling [x] Weighting [-] Heap: Implemented but producing a different result than with cyHeap [ ] Progressive |
Revision 47b7f77 by Dalai Felinto (temp-geometry-nodes-distribute-points-cleanup) December 11, 2020, 00:51 (GMT) |
Move the tiling code to its own function |