Simplify inspector code for tracking - #77
Conversation
- Added tracked_property_table to handle most of the tracking and keep inspector code simpler
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: ASSERTIVE Plan: Pro Run ID: 📒 Files selected for processing (10)
📝 WalkthroughWalkthroughThis PR extends the editor command model to capture richer context during object and viewport edits. It introduces a Estimated code review effort🎯 4 (Complex) | ⏱️ ~50 minutes Possibly related PRs
Suggested labels
🚥 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. ✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Warning There were issues while running some tools. Please review the errors and either fix the tool's configuration or disable the tool if it's a critical failure. 🔧 Infer (1.2.0)src/prune/editor/editor_command.cppsrc/prune/editor/editor_command.cpp:1:10: fatal error: 'prune/editor/editor_command.hpp' file not found ... [truncated 1143 characters] ... lib/clang/18/include" src/prune/scene/scene_interaction.cppsrc/prune/scene/scene_interaction.cpp:1:10: fatal error: 'prune/scene/scene_interaction.hpp' file not found ... [truncated 1156 characters] ... b/clang/18/include" src/prune/tooling/command_history.cppsrc/prune/tooling/command_history.cpp:4:10: fatal error: 'imgui.h' file not found ... [truncated 1076 characters] ... b/clang/18/include"
Comment |
Summary by CodeRabbit
New Features
Refactor