You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Trying to open this model, blender got stuck in "not responding" and memory usage was between 10 and even 14GB. This lasted for around 15 minutes, and I decided to kill blender.
Windows 10
16GB RAM
Intel Core 17-4790K
Nvidia Geforce GTX970
This is somewhat logical, since the model file is 1.7GB when unzipped, and Python's ElementTree module has trouble loading anything greater than 600MB or so.
Usual solutions would be to use a performant C module like lxml. However that's not possible since lxml is not in the Python environment provided by Blender. However it could still be solved by using iterparse on the ElementTree. That'll be a bit of a rewrite though, but would be a lot better for memory usage.
Trying to open this model, blender got stuck in "not responding" and memory usage was between 10 and even 14GB. This lasted for around 15 minutes, and I decided to kill blender.
Windows 10
16GB RAM
Intel Core 17-4790K
Nvidia Geforce GTX970
3mf importer version: 1.0.2
Blender Version: 4.0.2
The text was updated successfully, but these errors were encountered: