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
As found here, if the user continues to select models, most simply just a shape from the top toolbar, and presses escape to cancel the action, a crash will eventually occur.
This is likely due to these calls being made from outside the render thread. If we could have some sort of flag we set when an escape key release is detected and then have the render thread read that flag and perform the deselect and remove operations, this would probably suffice.
The text was updated successfully, but these errors were encountered:
As found here, if the user continues to select models, most simply just a shape from the top toolbar, and presses escape to cancel the action, a crash will eventually occur.
This is likely due to these calls being made from outside the render thread. If we could have some sort of flag we set when an escape key release is detected and then have the render thread read that flag and perform the deselect and remove operations, this would probably suffice.
The text was updated successfully, but these errors were encountered: