Swapped the position of seed fill and bucket fill inside the multi-material gizmo. Changed the default value for the seed fill angle.

This commit is contained in:
Lukáš Hejl 2021-08-06 15:29:09 +02:00
parent 56d4ba7a29
commit dd55b55853
2 changed files with 19 additions and 19 deletions

View file

@ -114,7 +114,7 @@ protected:
bool m_triangle_splitting_enabled = true;
ToolType m_tool_type = ToolType::BRUSH;
float m_seed_fill_angle = 0.f;
float m_seed_fill_angle = 30.f;
static constexpr float SeedFillAngleMin = 0.0f;
static constexpr float SeedFillAngleMax = 90.f;