Skip to content
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 Sweep (first PR) #4989

Merged
merged 49 commits into from
Jan 11, 2025

Conversation

pierremtb
Copy link
Collaborator

@pierremtb pierremtb commented Jan 9, 2025

First case implemented here: closed profile along a path. The user selects a profile (solid2D), then a segment, we find its parent sketch and we sweep the profile along that. More to come in subsequent PRs, hence the 'development' tag staying on.

Playwright test video:
https://github.com/user-attachments/assets/7d3e01c8-1b1a-4a3c-b149-adfd09733b34

pierremtb and others added 30 commits December 16, 2024 14:34
This reverts commit 214763c.
Copy link

qa-wolf bot commented Jan 9, 2025

QA Wolf here! As you write new code it's important that your test coverage is keeping up.
Click here to request test coverage for this PR!

Copy link

vercel bot commented Jan 9, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated (UTC)
modeling-app ✅ Ready (Inspect) Visit Preview Jan 10, 2025 7:09pm

Base automatically changed from pierremtb/issue4662-Point-and-click-deletion-of-Lofts-and-Offset-Planes to main January 9, 2025 20:36
Copy link

codecov bot commented Jan 10, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 85.84%. Comparing base (2b0ba37) to head (6740bb2).
Report is 4 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #4989   +/-   ##
=======================================
  Coverage   85.84%   85.84%           
=======================================
  Files          88       88           
  Lines       31432    31432           
=======================================
  Hits        26984    26984           
  Misses       4448     4448           
Flag Coverage Δ
wasm-lib 85.84% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@pierremtb pierremtb changed the title WIP: sweep point-and-click Point-and-click Sweep (first PR) Jan 10, 2025
Copy link
Collaborator

@franknoirot franknoirot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice man! This came together quickly. I hit a few engine-side issues with sweep generation while testing, but the command flow seems decent other than the command palette's path argument preview text saying "1 face" instead of "1 edge", but I think that's a longer-standing issue.

e2e/playwright/point-click.spec.ts Show resolved Hide resolved
@pierremtb pierremtb merged commit ac4a6c8 into main Jan 11, 2025
30 checks passed
@pierremtb pierremtb deleted the pierremtb/issue4444-sweep-point-and-click branch January 11, 2025 13:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants