-
-
Notifications
You must be signed in to change notification settings - Fork 74
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
FreeCAD freezes for a long period if STL is very big #17
Comments
Which mover did you use? Is this problem happening consistently or just occasionally? Also, please provide more logging information by typing the following commands in Python console App.setLogLevel('asm',4)
App.setLogLevel('asm.main',4) Then open the report view (View->Panels->Report View). Do the moving operation, and after it unfreezes. Right click the report view and select save log, and attach the log file here. Thanks! |
It freezes consistently. This time I even didn't need to move anything. Just opened the last saved file, clicked to rotate, then it freezed. I set the variables in the Python console, then tried to rotate (not move) the model and it freezed. After freeze, no additional logs are generated: Here is the freeze in action: It turns out that it's not related with moving parts, it seems to be related with a specific part in the design which has lots of details: |
Ah, I see. Yes, there is a known inefficiency in selection handling of object with lots of faces/edges. It has been improved. Please wait for the next release, probably early next week. |
Wow, great news! Thanks! (I think I can find a low detailed model for now, it doesn't have to be that drawing.) |
Forget to say. Meanwhile, to work around this problem, just avoid select the object in tree view directly. Select in 3D view, instead, which only selects a sub-element. Most of operation in asm3 actually requires you to select element instead of the whole object. |
It seems that this is resolved by https://github.com/realthunder/FreeCAD_assembly3/releases/tag/0.8.0 Thanks! |
While moving and rotating parts, FreeCAD window freezes for at least 30 seconds. I'm running 0.7-AppImage on Debian 64bit. At the freezing moment, last
strace
output is as follows:The text was updated successfully, but these errors were encountered: