feat(3d): reorder Preview3DAdvanced / PreviewGaussianSplat / PreviewPointCloud inputs and outputs#14308
Conversation
…ointCloud inputs and outputs
|
Too many files changed? Review this PR in Change Stack to see how the pieces fit before you dive in. 📝 WalkthroughWalkthroughThis PR reorders output and input port declarations in three 3D preview nodes. The 🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (4 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Pull model_3d_info up next to model_3d in both the inputs list and the outputs list, so the two model_3d_* fields sit together at the top of each schema:
inputs: model_3d, model_3d_info, viewport_state, camera_info, width, height
outputs: model_3d, model_3d_info, camera_info, width, height
no need FE