kopia lustrzana https://github.com/evil-mad/EggBot
Update eggbot_hatch.inx
rodzic
f5fffff506
commit
658e9422a6
|
@ -1,17 +1,9 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<inkscape-extension xmlns="http://www.inkscape.org/namespace/inkscape/extension">
|
||||
<_name>Hatch fill</_name>
|
||||
<id>command.eggbot.hatch.revb6</id>
|
||||
<id>command.evilmadscientist.eggbot_hatch</id>
|
||||
<dependency type="extension">org.inkscape.output.svg.inkscape</dependency>
|
||||
<dependency type="executable" location="extensions">eggbot_hatch.py</dependency>
|
||||
<dependency type="executable" location="extensions">inkex.py</dependency>
|
||||
<dependency type="executable" location="extensions">simplepath.py</dependency>
|
||||
<dependency type="executable" location="extensions">simpletransform.py</dependency>
|
||||
<dependency type="executable" location="extensions">simplestyle.py</dependency>
|
||||
<dependency type="executable" location="extensions">cubicsuperpath.py</dependency>
|
||||
<dependency type="executable" location="extensions">cspsubdiv.py</dependency>
|
||||
<dependency type="executable" location="extensions">bezmisc.py</dependency>
|
||||
<dependency type="executable" location="extensions">plot_utils.py</dependency>
|
||||
|
||||
<param name="tab" type="notebook">
|
||||
<page name="splash" _gui-text="Hatch Fill">
|
||||
|
@ -19,11 +11,11 @@
|
|||
This extension fills each closed figure in your drawing
|
||||
with a path consisting of back and forth drawn "hatch" lines.
|
||||
If any objects are selected, then only those selected objects
|
||||
will be filled.
|
||||
will be filled.
|
||||
|
||||
Hatched figures will be grouped with their fills.
|
||||
</_param>
|
||||
<param name="hatchSpacing" type="float" min="0.1" max="1000" _gui-text=" Hatch spacing (px)">5.0</param>
|
||||
<param name="hatchSpacing" type="float" min="0" max="1000" _gui-text=" Hatch spacing (px)">3.0</param>
|
||||
<param name="hatchAngle" type="float" min="-360" max="360" _gui-text=" Hatch angle (degrees)">45</param>
|
||||
<param name="crossHatch" type="boolean" _gui-text=" Crosshatch?">false</param>
|
||||
|
||||
|
@ -31,14 +23,15 @@ Hatched figures will be grouped with their fills.
|
|||
<param name="hatchScope" type="float" min="1.1" max="5.0" _gui-text=" Range of end connections (default: 3)">3.0</param>
|
||||
<param name="holdBackHatchFromEdges" type="boolean" _gui-text=" Inset fill from edges?">true</param>
|
||||
<param name="holdBackSteps" type="float" min="0.1" max="10.0" _gui-text=" Inset distance (px) (default: 1)">1.0</param>
|
||||
<param name="tolerance" type="float" min="0.1" max="100" _gui-text=" Tolerance (default: 20)">20.0</param>
|
||||
<_param name="footer" type="description" xml:space="preserve">
|
||||
(v2.1.0, December 8, 2017)</_param>
|
||||
<param name="tolerance" type="float" min="0.1" max="100" _gui-text=" Tolerance (default: 3.0)">3.0</param>
|
||||
|
||||
<param name="footer" type="description" xml:space="preserve">
|
||||
(v2.3.0, June 11, 2019)</param>
|
||||
|
||||
</page>
|
||||
<page name="info" _gui-text="More info...">
|
||||
<_param name="aboutpage" type="description" xml:space="preserve">
|
||||
Hatch spacing is the distance between hatch lines,
|
||||
Hatch spacing is the distance between hatch lines,
|
||||
measured in units of screen pixels (px). Angles are in
|
||||
degrees from horizontal; for example 90 is vertical.
|
||||
|
||||
|
@ -50,9 +43,9 @@ nearby line ends with a smoothly flowing curve, to improve
|
|||
the smoothness of plotting.
|
||||
|
||||
The Range parameter sets the distance (in hatch widths)
|
||||
over which that option searches for segments to join.
|
||||
over which that option searches for segments to join.
|
||||
Large values may result in hatches where you don't want
|
||||
them. Consider using a value in the range of 2-4.
|
||||
them. Consider using a value in the range of 2-4.
|
||||
|
||||
The Inset option allows you to hold back the edges of the
|
||||
fill somewhat from the edge of your original object.
|
||||
|
@ -64,13 +57,13 @@ as the original object.
|
|||
|
||||
The Tolerance parameter affects how precisely
|
||||
the hatches try to fill the input paths.</_param>
|
||||
|
||||
|
||||
</page>
|
||||
</param>
|
||||
<effect needs-live-preview="true">
|
||||
<object-type>all</object-type>
|
||||
<effects-menu>
|
||||
<submenu _name="EggBot"/>
|
||||
<submenu _name="EggBot"/>
|
||||
</effects-menu>
|
||||
</effect>
|
||||
<script>
|
||||
|
|
Ładowanie…
Reference in New Issue