pixel based brush size, Photoshop slider curve, improve abr import

This commit is contained in:
2019-02-23 20:46:20 +01:00
parent e1f82373c6
commit 3a1a48a0d0
15 changed files with 218 additions and 104 deletions

View File

@@ -344,6 +344,7 @@ void NodeBrushPresetItem::init()
m_color = color_normal;
m_thumb = find<NodeImage>("thumb");
m_preview = find<NodeStrokePreview>("canvas");
m_preview->m_min_flow = 1.f;
}
void NodeBrushPresetItem::draw()