Files
test2/source/blender/blenkernel
Hans Goudey 620a5ebe4a Mesh: Parallelize edit selection and visibility interpolation
Each of the four algorithms is different, and not all of them will
parallelize linearly, but for large meshes these "flushing" operations
begin to become noticeable compared to other multithreaded code.
For example, flushing visibility to vertices and edges after a change
to faces became 3.75x faster, from 90 to 24 ms.

Also avoid duplicating selection interpolation logic, use the attribute
API instead.
2023-08-01 20:51:11 -04:00
..
2023-06-21 11:28:58 +10:00
2023-07-24 22:06:55 +02:00
2023-06-13 14:51:49 -04:00
2023-07-04 17:03:02 +02:00
2023-07-24 22:06:55 +02:00
2023-07-07 15:11:19 +10:00
2023-07-27 14:16:58 +02:00
2023-07-24 22:06:55 +02:00
2023-06-08 10:43:55 +10:00
2023-06-30 11:39:17 +02:00