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

@@ -459,7 +459,7 @@
<node height="40" pad="1" width="100%" dir="col">
<slider-h id="dual-scatter" height="19" value="0"/>
<node align="center" dir="row">
<checkbox width="20" height="19" id="dual-scatter-axis"/>
<checkbox width="20" height="19" id="dual-scatter-bothaxis"/>
<text text="both axis"/>
</node>
</node>
@@ -558,8 +558,8 @@
<node height="20" justify="center">
<text text="Angle"/>
</node>
<node height="20" justify="center" margin="0 0 5 0">
<text text="Spread"/>
<node height="40" justify="center" margin="0 0 5 0">
<text text="Scatter"/>
</node>
<node height="20" justify="center" margin="0 0 5 0">
<text text="Flow"/>
@@ -590,8 +590,12 @@
<node height="20" pad="1" width="100%">
<slider-h id="jitter-angle"/>
</node>
<node height="20" pad="1" width="100%" margin="0 0 5 0">
<slider-h id="jitter-spread"/>
<node height="40" pad="1" width="100%" dir="col" margin="0 0 5 0">
<slider-h id="jitter-scatter" height="19" value="0"/>
<node align="center" dir="row">
<checkbox width="20" height="19" id="jitter-scatter-bothaxis"/>
<text text="both axis"/>
</node>
</node>
<node height="20" pad="1" width="100%">
<slider-h id="jitter-flow"/>