diff options
| author | capellancitizen <thecapellancitizen@gmail.com> | 2024-04-24 20:07:37 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-04-24 20:07:37 -0400 |
| commit | c164f8d45860e47007f3bdc542998b88cff7da6b (patch) | |
| tree | ee3afeeaadcd2676103cef8d0f394acd82d9be38 /templates | |
| parent | 59db996eaee6d303e9da3b40fab8aa5208485f17 (diff) | |
Added realistic stitch preview option (#2838)
Includes multiple optimizations for the realistic stitch preview
Co-authored-by: Lex Neva <github.com@lexneva.name>
Diffstat (limited to 'templates')
| -rw-r--r-- | templates/stitch_plan_preview.xml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/templates/stitch_plan_preview.xml b/templates/stitch_plan_preview.xml index 0a760827..228f33ee 100644 --- a/templates/stitch_plan_preview.xml +++ b/templates/stitch_plan_preview.xml @@ -16,6 +16,13 @@ <option value="hidden">Hidden</option> <option value="lower_opacity">Lower opacity</option> </param> + <param name="render-mode" type="optiongroup" appearance="combo" gui-text="Render Mode" + gui-description="Realistic modes will render to a raster image for performance reasons. Realistic Vector may cause Inkscape to slow down for complex designs."> + <option value="simple">Simple</option> + <option value="realistic-8">Realistic</option> + <option value="realistic-16">Realistic High Quality</option> + <option value="realistic-vector">Realistic Vector (slow)</option> + </param> <spacer /> <separator /> <spacer /> |
