-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
feat(editor): wire the Bones structural X-ray plugin into the standalone editor #649
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
20 commits
Select commit
Hold shift + click to select a range
184a3f7
feat: wire Bones plugin (structural framing) into the standalone editor
Snoopy147 7469e5c
feat: Bones → pascalorg/plugin-bones — the full engineering X-ray
Snoopy147 0e05083
fix: Bones verified build — hip rafter orientation, switch guard, ski…
Snoopy147 1dd2db8
chore: bump Bones pin
Snoopy147 497e1d3
chore: bump plugin-bones to e1ee7c0 (all 8 systems at LOD 400 build)
Snoopy147 cc55133
chore: bump plugin-bones to ba4d5af (X-ray depth fix + flush foundati…
Snoopy147 d140944
chore: bump plugin-bones to 1edd562 (depth-clear sentinel X-ray)
Snoopy147 61b2559
chore: bump plugin-bones to cda167b (WebGPU-safe depth-wipe X-ray)
Snoopy147 cc1fc16
feat: Bones ships opt-in — defaultInstalled false, enable per scene f…
Snoopy147 1b38bba
chore: bump plugin-bones to c61669e (round-3 build: all round-2 block…
Snoopy147 4d06139
chore: lockfile refresh for plugin-bones c61669e
Snoopy147 00cf9c6
chore: bump plugin-bones to 1bb10bb (round-3 fixes)
Snoopy147 9a5178d
Merge commit 'aa6267cd' into feat/plugin-bones
Snoopy147 848471c
chore: bump plugin-bones to f79efd4 (round-4 fixes)
Snoopy147 e2fa15e
chore: bump plugin-bones to 7c2801d (round-5 fixes)
Snoopy147 322c83b
chore: bump plugin-bones to c99a3c5 (round-6 fixes)
Snoopy147 a642216
chore: bump plugin-bones to fd78253 (round-7 fixes)
Snoopy147 bd2fb86
chore: bump plugin-bones to c5a3606 (round-8: 90-degree girder fix)
Snoopy147 d323bff
chore: bump plugin-bones to a480fd8 (round-9 fabrication exactness)
Snoopy147 56362c5
chore: sort the plugin-bones import
wass08 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
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
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.
Bones missing Tailwind source scan
Medium Severity
Bones is registered like trees, mint, and streetscape, but
apps/editor/app/globals.cssnever adds a Tailwind v4@sourcefor@pascal-app/plugin-bones. Those other plugins are scanned fromnode_modules/.../src, so utility classes in the Bones host panel and renderers are likely omitted from generated CSS. After install, the engineering X-ray UI can render unstyled.Reviewed by Cursor Bugbot for commit d323bff. Configure here.