add wet parameter, fix selection mask modes

This commit is contained in:
2017-10-27 00:47:48 +01:00
parent b40a5b656b
commit c8e115774f
12 changed files with 336 additions and 156 deletions

View File

@@ -17,6 +17,7 @@ public:
float m_tip_opacity = 0;
float m_tip_angle = 0;
float m_tip_stencil = 0;
float m_tip_wet = 0;
bool m_tip_angle_follow = false;
bool m_tip_flow_pressure = false;
bool m_tip_size_pressure = false;