Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Parborg <darkdefende@gmail.com>2020-08-17 13:33:05 +0300
committerSebastian Parborg <darkdefende@gmail.com>2020-08-17 13:39:40 +0300
commit8fda93a4058ac4437d53279c909a44f8eb5b881c (patch)
tree68f760e486d0d4c6c13cc2f50cb258f8e2953124 /release/scripts/startup/bl_ui/space_node.py
parentb2d9020aa5d9a6a98cc89a8b5fbd69b12e99d8c5 (diff)
Cleanup: Change BLI_bitmap for BLI_edgeset for internal springs
The BLI_bitmap had the potential to eat a lot of memory as it was a dense map between all the vertices in the mesh. Now we instead use BLI_edgeset so that we only store data when needed (creating a spare map instead of a dense).
Diffstat (limited to 'release/scripts/startup/bl_ui/space_node.py')
0 files changed, 0 insertions, 0 deletions