The process takes quite a long time for hundreds of shape keys and ~30k faces. According to the Blender docs, threads can be used while the main Blender thread is blocked from running, which the plugin does already.
It should be safe to multithread the process. Ideally there would be a "number of jobs" parameter to customize how much memory is used.
The process takes quite a long time for hundreds of shape keys and ~30k faces. According to the Blender docs, threads can be used while the main Blender thread is blocked from running, which the plugin does already.
It should be safe to multithread the process. Ideally there would be a "number of jobs" parameter to customize how much memory is used.