radiusrand.inx revision b7af5417c3aae659009a9b3fd22034192d227e92
39135a3e07243519dbe40a68e86a7ef524eb3f1bmfloryan<inkscape-extension xmlns="http://www.inkscape.org/namespace/inkscape/extension">
b7af5417c3aae659009a9b3fd22034192d227e92JazzyNico <dependency type="executable" location="extensions">radiusrand.py</dependency>
b7af5417c3aae659009a9b3fd22034192d227e92JazzyNico <dependency type="executable" location="extensions">inkex.py</dependency>
b7af5417c3aae659009a9b3fd22034192d227e92JazzyNico <param name="radiusx" type="float" min="0.0" max="1000.0" _gui-text="Maximum displacement in X (px):">10.0</param>
b7af5417c3aae659009a9b3fd22034192d227e92JazzyNico <param name="radiusy" type="float" min="0.0" max="1000.0" _gui-text="Maximum displacement in Y (px):">10.0</param>
b7af5417c3aae659009a9b3fd22034192d227e92JazzyNico <param name="end" type="boolean" _gui-text="Shift nodes">true</param>
b7af5417c3aae659009a9b3fd22034192d227e92JazzyNico <param name="ctrl" type="boolean" _gui-text="Shift node handles">false</param>
b7af5417c3aae659009a9b3fd22034192d227e92JazzyNico <param name="norm" type="boolean" _gui-text="Use normal distribution">true</param>
b7af5417c3aae659009a9b3fd22034192d227e92JazzyNico <_param name="title" type="description">This effect randomly shifts the nodes (and optionally node handles) of the selected path.</_param>
b7af5417c3aae659009a9b3fd22034192d227e92JazzyNico <command reldir="extensions" interpreter="python">radiusrand.py</command>