rename jitter spread to scatter, dual brush scatter mode single and both axis, fix scatter to follow the direction
This commit is contained in:
@@ -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"))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user