disable default brush pressure, set 3 different quick brushes at startup

This commit is contained in:
2019-08-03 09:13:35 +02:00
parent 2c83c225ed
commit a1436eec4a
4 changed files with 10 additions and 7 deletions

View File

@@ -45,7 +45,7 @@ public:
bool m_tip_angle_follow = false;
bool m_tip_flow_pressure = false;
bool m_tip_opacity_pressure = false;
bool m_tip_size_pressure = true;
bool m_tip_size_pressure = false;
float m_jitter_scale = 0;
float m_jitter_angle = 0;
float m_jitter_scatter = 0;