-
Notifications
You must be signed in to change notification settings - Fork 1
feat(quads): n-gon mesh representation foundation + edit-mode ops #347
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
Merged
Merged
Changes from all commits
Commits
Show all changes
48 commits
Select commit
Hold shift + click to select a range
20a272f
ci: also trigger deploy.yml on feat/quads
fernandotonon 0c13695
ci: extend deploy.yml triggers to cover stacked feat/quads-* PRs
fernandotonon ba49a76
feat(quads): chunk 1 — EditableFace foundation
fernandotonon e28245d
feat(quads): chunk 2 — GPU upload n-gon triangulation
fernandotonon f9d1674
fix(quads): address SonarCloud Quality Gate failures (chunk 2)
fernandotonon a8865ac
feat(quads): chunk 3 — importer quad detection (option A)
fernandotonon 9959832
Merge pull request #327 from fernandotonon/feat/quads-1-foundation
fernandotonon 86d073e
Merge pull request #330 from fernandotonon/feat/quads-2-gpu-upload
fernandotonon cd97a24
Merge pull request #331 from fernandotonon/feat/quads-3-importer
fernandotonon 93e2b33
feat(quads): chunk 4 — wire enterEditMode to n-gon import
fernandotonon 83e709f
Merge remote-tracking branch 'origin/master' into feat/quads-4-edit-m…
fernandotonon 84ec634
fix(quads): preserve X-handedness in n-gon re-import (chunk 4)
fernandotonon 7a61fcd
feat(quads): chunk 5a — Catmull-Clark subdivide
fernandotonon 82cfb0e
fix(quads): address Codex P1 review on chunk 5a
fernandotonon 575f4f8
feat(quads): chunk 4b — n-gon-aware face selection + edge filtering
fernandotonon d05b23f
fix(quads): address Codex P2 review on chunk 4b
fernandotonon fec543a
Merge pull request #332 from fernandotonon/feat/quads-4-edit-mode-ngon
fernandotonon 0533370
Merge pull request #333 from fernandotonon/feat/quads-5a-catmull-clark
fernandotonon f2d6f8f
Merge pull request #334 from fernandotonon/feat/quads-4b-face-selection
fernandotonon f09e755
fix(quads): preserve transforms + bone handles in n-gon re-import
fernandotonon 49f5a2b
fix(quads): preserve bump map + per-pixel lighting after topology ops
fernandotonon 60a118d
fix(quads): fill produces a single n-gon; knife works on quad meshes
fernandotonon 1aaff0d
fix(quads): guard normal-map mat->load against broken resources
fernandotonon 4af6cb6
Merge branch 'fix/quads-followup' into fix/knife-and-fill
fernandotonon 4de903a
fix(quads): fill orients to surrounding mesh; knife uses same HE in h…
fernandotonon 197a673
fix(quads): knife accepts OnVertex clicks on dense imported meshes
fernandotonon 4c96d0f
fix(quads): knife hit-test culls back-face geometry
fernandotonon 2b0a1cc
refactor(quads): extract helpers to satisfy Sonar complexity gate
fernandotonon bbf4f0d
refactor(quads): extract helpers to satisfy Sonar complexity gate
fernandotonon fcc9c65
Merge pull request #335 from fernandotonon/fix/quads-followup
fernandotonon c7da02c
fix(quads): knife restores n-gon faces on untouched submeshes
fernandotonon 0761ca1
Merge pull request #337 from fernandotonon/fix/knife-and-fill
fernandotonon 7ac44be
feat(quads): n-gon-aware splitEdge; extrude offset for n-gon caps
fernandotonon 45b6152
feat(quads): n-gon-aware vertex/edge dissolve + merge cleanup
fernandotonon 7563d5a
Merge pull request #338 from fernandotonon/feat/ngon-split-edge
fernandotonon 37e172d
feat(quads): n-gon-aware edge bevel (MVP)
fernandotonon 4e65fbd
feat(quads): n-gon-aware vertex bevel + edge bevel segments
fernandotonon 96930e8
fix(quads): bevelEdgesNgon resolves edge by vertex pair between itera…
fernandotonon 39018ac
fix(quads): bevelEdgesNgon splices chain into neighbor faces
fernandotonon 587cc2e
docs(quads): annotate triangle-only bevel functions as legacy path
fernandotonon cf46f43
fix(quads): address Codex P1 + P2 review on PR #339
fernandotonon 7ab0b04
Merge pull request #339 from fernandotonon/feat/ngon-bevel
fernandotonon 18a2777
fix(quads): n-gon bevel chamfer twist on imported meshes (#340)
fernandotonon bf750f3
feat(quads): loop cut (#341)
fernandotonon 9c9bf51
feat(quads): tris→quads converter + quad-aware wireframe (#344)
fernandotonon aa8910b
Merge remote-tracking branch 'origin/master' into feat/quads
fernandotonon 92d13f5
Merge remote-tracking branch 'origin/master' into feat/quads
fernandotonon 31ed94c
fix(quads): Ctrl+R consume + dedicated edit-hint label (#347 review)
fernandotonon File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
Make this test perform a real mutation.
translateSelectedVertices(Ogre::Vector3::ZERO)is a no-op. If the controller ever short-circuits zero-delta transforms, this test stops covering the commit path that clearsqtme.source_path. Use a tiny non-zero move or another guaranteed edit here.Suggested change
📝 Committable suggestion
🤖 Prompt for AI Agents