By using this site, you agree to have cookies stored on your device, strictly for functional purposes, such as storing your session and preferences.

Dismiss

 material_shading.inx

View raw Download
text/xml • 511 B
XML 1.0 document, ASCII text
        
            
1
<?xml version="1.0" encoding="UTF-8"?>
2
<inkscape-extension xmlns="http://www.inkscape.org/namespace/inkscape/extension">
3
<name>Shade Material Sheet</name>
4
<id>org.inkscape.generate.material_shading</id>
5
<effect>
6
<object-type>path</object-type>
7
<effects-menu>
8
<submenu name="Generate from Path"/>
9
</effects-menu>
10
</effect>
11
<script>
12
<command reldir="extensions" interpreter="python">material_shading.py</command>
13
</script>
14
</inkscape-extension>
15