summaryrefslogtreecommitdiffstats
path: root/share/extensions/path_mesh_m2p.inx
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-07 18:24:48 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-07 18:24:48 +0000
commitcca66b9ec4e494c1d919bff0f71a820d8afab1fa (patch)
tree146f39ded1c938019e1ed42d30923c2ac9e86789 /share/extensions/path_mesh_m2p.inx
parentInitial commit. (diff)
downloadinkscape-cca66b9ec4e494c1d919bff0f71a820d8afab1fa.tar.xz
inkscape-cca66b9ec4e494c1d919bff0f71a820d8afab1fa.zip
Adding upstream version 1.2.2.upstream/1.2.2upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'share/extensions/path_mesh_m2p.inx')
-rw-r--r--share/extensions/path_mesh_m2p.inx37
1 files changed, 37 insertions, 0 deletions
diff --git a/share/extensions/path_mesh_m2p.inx b/share/extensions/path_mesh_m2p.inx
new file mode 100644
index 0000000..9ce099d
--- /dev/null
+++ b/share/extensions/path_mesh_m2p.inx
@@ -0,0 +1,37 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<inkscape-extension xmlns="http://www.inkscape.org/namespace/inkscape/extension">
+ <name>Mesh-Gradient to Path</name>
+ <id>org.inkscape.meshes.mesh_to_path</id>
+
+ <param name="tab" type="notebook">
+
+ <page name="mesh2path_tab" gui-text="Options">
+ <param name="mode" type="optiongroup" appearance="radio" gui-text="Mode:">
+ <option value="outline">Outline</option>
+ <option value="gridlines">Grid</option>
+ <option value="meshpatches">Patches</option>
+ <option value="faces">Faces</option>
+ </param>
+ </page>
+
+ <page name="about_tab" gui-text="About">
+ <label appearance="header">Mesh to path</label>
+ <label>Convert geometry of selected meshgradient to path data</label>
+ </page>
+
+ </param>
+
+ <effect>
+ <object-type>all</object-type>
+ <effects-menu>
+ <submenu name="Modify Path">
+ <submenu name="Mesh">
+ </submenu>
+ </submenu>
+ </effects-menu>
+ </effect>
+
+ <script>
+ <command location="inx" interpreter="python">path_mesh_m2p.py</command>
+ </script>
+</inkscape-extension>