Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Advanced Run ID: 📒 Files selected for processing (1)
Included review availability: Your plan provides up to 8 included reviews per hour; 6 remain after this review. WalkthroughThe change adds raw setting access for gradient points, moves decal visibility reset logic, and raises the minimum squared distance for gradient points. ChangesWorldScape3D UI fixes
Priority: ➖ Normal Estimated code review effort: 2 (Simple) | ~10 minutes Change: Bug fix · Severity of issue fixed: Medium Suggested reviewers: Merge Risk: ⚪ Minimal · up to The available evidence does not identify a current behavior that should block merging. 🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (4 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
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 |
An incorrect cast was effectively disabling the
WorldScape3DGradientOperationBuilder, which forces users to always draw the slope. This change allows to choose between automatic or manual operation, just like the original plugin did.Extend ToolSettings class to allow direct access to the MultiPicker through the settings dictionary.
Fixes #1420 .
Summary by CodeRabbit