-
Notifications
You must be signed in to change notification settings - Fork 45
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
Point-and-click deletion of lofts, shells, and offset planes #4898
base: main
Are you sure you want to change the base?
Point-and-click deletion of lofts, shells, and offset planes #4898
Conversation
QA Wolf here! As you write new code it's important that your test coverage is keeping up. |
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
…-of-Lofts-and-Offset-Planes
@nadr0 @franknoirot this isn't 100% ready yet but I figured you'd want to be in the loop |
@@ -1689,6 +1658,46 @@ export const modelingMachine = setup({ | |||
} | |||
} | |||
), | |||
deleteSelectionAstMod: fromPromise( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Didn't change much here but took the chance to make it promise based like other newer mods
This reverts commit 214763c.
…-of-Lofts-and-Offset-Planes
…-of-Lofts-and-Offset-Planes
Will mark this as ready on Monday after I add the pw test for the new deletion cases. |
…-of-Lofts-and-Offset-Planes
Closes #4662
Supports:
Atm we can't select internal faces of a shell so scene selection deletion of shells is left out here.
TODO before merge: