Merge branch 'main' into dev/gizmo

This commit is contained in:
Noisyfox 2023-11-11 16:28:17 +08:00 committed by GitHub
commit 5669b4fef0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 285 additions and 44 deletions

View file

@ -41,6 +41,8 @@ protected:
std::string get_action_snapshot_name() const override { return _u8L("Paint-on seam editing"); }
static const constexpr float CursorRadiusMin = 0.05f; // cannot be zero
const float get_cursor_radius_min() const override { return CursorRadiusMin; }
private:
bool on_init() override;