add pressure control flag on size and flow, change data directory in OSX to Documents
This commit is contained in:
@@ -34,6 +34,8 @@ void NodePanelStroke::init_controls()
|
||||
init_slider(m_jitter_flow, "jitter-flow", &ui::Brush::m_jitter_flow);
|
||||
|
||||
init_checkbox(m_tip_angle_follow, "tip-angle-follow", &ui::Brush::m_tip_angle_follow);
|
||||
init_checkbox(m_tip_flow_pressure, "tip-flow-pressure", &ui::Brush::m_tip_flow_pressure);
|
||||
init_checkbox(m_tip_size_pressure, "tip-size-pressure", &ui::Brush::m_tip_size_pressure);
|
||||
|
||||
//m_canvas->draw_stroke();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user