Implement multiprocess asset import #5
Labels
core
Issue related to the core functionality of the addon
enhancement
New feature or request
low
Low priority
The import of assets during the batch asset import can be parallelized by running a pool of background Blender instanced as import workes, which would allow utilizing multiple CPU cores.
The main challenge is synchronization. The assets may depend on the same resource, and we need to make sure it is not processed simultaneously by separate workers.
The text was updated successfully, but these errors were encountered: