-
Notifications
You must be signed in to change notification settings - Fork 17
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
Improve deletion behavior #369
Conversation
for more information, see https://pre-commit.ci
This is great! I think this will make 2.0 a lot more solid in terms of user experience. |
There is still one thing to figure out, it's updating the dependencies entry in the object properties panel if Base/Tool/Shapes gets updated. Not sure there is a generic approach we can take here. @trungleduc do you have ideas for that? |
we expand recursively the operator in the worker (
|
I'm handling updating object properties now: Screencast.from.2024-06-26.11-30-36.mp4 |
for more information, see https://pre-commit.ci
Thanks! |
Fix #339
Removing objects now result in opening a dialog showing all the objects that will get deleted in the process if there are dependants operators.
Screencast.from.2024-06-26.10-16-41.mp4