Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement multiprocess asset import #5

Open
skarndev opened this issue Apr 17, 2023 · 0 comments
Open

Implement multiprocess asset import #5

skarndev opened this issue Apr 17, 2023 · 0 comments
Labels
core Issue related to the core functionality of the addon enhancement New feature or request low Low priority

Comments

@skarndev
Copy link
Owner

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.

@skarndev skarndev added enhancement New feature or request low Low priority core Issue related to the core functionality of the addon labels Apr 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
core Issue related to the core functionality of the addon enhancement New feature or request low Low priority
Projects
None yet
Development

No branches or pull requests

1 participant