summaryrefslogtreecommitdiffstats
path: root/share/extensions/path_mesh_p2m.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_p2m.inx
parentInitial commit. (diff)
downloadinkscape-upstream/1.2.2.tar.xz
inkscape-upstream/1.2.2.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_p2m.inx')
-rw-r--r--share/extensions/path_mesh_p2m.inx32
1 files changed, 32 insertions, 0 deletions
diff --git a/share/extensions/path_mesh_p2m.inx b/share/extensions/path_mesh_p2m.inx
new file mode 100644
index 0000000..f8be151
--- /dev/null
+++ b/share/extensions/path_mesh_p2m.inx
@@ -0,0 +1,32 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<inkscape-extension xmlns="http://www.inkscape.org/namespace/inkscape/extension">
+ <name>Path to Mesh-Gradient</name>
+ <id>org.inkscape.meshes.path_to_mesh</id>
+
+ <param name="tab" type="notebook">
+
+ <page name="path2mesh_tab" gui-text="Options">
+ <label>Convert each selected path to 1x1 mesh</label>
+ </page>
+
+ <page name="about_tab" gui-text="About">
+ <label appearance="header">Path to mesh</label>
+ <label>Convert geometry of selected path (4 corners) to a meshgradient</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_p2m.py</command>
+ </script>
+</inkscape-extension>