rename jitter spread to scatter, dual brush scatter mode single and both axis, fix scatter to follow the direction

This commit is contained in:
2019-02-26 20:03:01 +01:00
parent 0d848aba92
commit f7b156acaa
10 changed files with 86 additions and 59 deletions

View File

@@ -291,7 +291,7 @@ std::vector<std::shared_ptr<Brush>> ABR::compute_brushes(const std::string& path
b->m_tip_flipy = samp->value<Boolean>("flipY");
b->m_dual_randflip = db->value<Boolean>("Flip");
b->m_dual_scatter_axis = db->value<Boolean>("bothAxes");
b->m_dual_scatter_bothaxis = db->value<Boolean>("bothAxes");
if (db->value<Boolean>("useScatter"))
{