preset remove

This commit is contained in:
2019-01-23 23:38:59 +01:00
parent 879be9d4fe
commit 79e4777f77
5 changed files with 36 additions and 47 deletions

View File

@@ -63,7 +63,7 @@ void NodePanelStroke::init_controls()
auto b = std::make_shared<Brush>();
int br_idx = m_brush_popup->find_brush("Round-Hard");
b->load_texture(m_brush_popup->get_texture_path(br_idx), m_brush_popup->get_thumb_path(br_idx));
b->load_stencil("data/paper.jpg");
//b->load_stencil("data/paper.jpg");
b->m_tip_size = .1f;
b->m_tip_flow = .5f;
b->m_tip_spacing = .1f;