summaryrefslogtreecommitdiffstats
path: root/share/extensions/path_mesh_p2m.inx
blob: f8be15136488687a960a37439e112e8c8a29c5bc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
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>