File: path_mesh_p2m.inx

package info (click to toggle)
inkscape 1.4.2-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 402,900 kB
  • sloc: cpp: 547,256; python: 72,677; ansic: 63,355; javascript: 3,864; xml: 2,345; sh: 1,667; makefile: 824; perl: 614
file content (32 lines) | stat: -rw-r--r-- 899 bytes parent folder | download | duplicates (2)
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 Mesh Gradient</label>
    </page>

  </param>

  <effect>
    <object-type>all</object-type>
    <effects-menu>
      <submenu name="Styles">
        <submenu name="Mesh Gradient">
        </submenu>
      </submenu>
    </effects-menu>
  </effect>

  <script>
    <command location="inx" interpreter="python">path_mesh_p2m.py</command>
  </script>
</inkscape-extension>