summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: fc9c030)
raw | patch | inline | side by side (parent: fc9c030)
author | gouldtj <gouldtj@users.sourceforge.net> | |
Mon, 30 Jan 2006 05:14:24 +0000 (05:14 +0000) | ||
committer | gouldtj <gouldtj@users.sourceforge.net> | |
Mon, 30 Jan 2006 05:14:24 +0000 (05:14 +0000) |
Adding in some more folders
share/extensions/addnodes.inx | patch | blob | history | |
share/extensions/handles.inx | patch | blob | history | |
share/extensions/wavy.inx | patch | blob | history |
index 0ce315857ac5dfd338f339841e68e9d22ea24c1c..e9536a2d5fdaf41d9f42ddd43ab2acaaf7a5f723 100644 (file)
<param name="max" type="float" min="0.0" max="10000.0" _gui-text="Maximum Segment Length">10.0</param>
<effect>
<object-type>path</object-type>
+ <effects-menu>
+ <submenu _name="Enhance Path"/>
+ </effects-menu>
</effect>
<script>
<command reldir="extensions" interpreter="python">addnodes.py</command>
index d0c42aafc2afa212de07097fc7e1779c7630c6a9..2ee83b189eb1fed69b51346a218feb6ab86869cd 100644 (file)
<dependency type="executable" location="extensions">inkex.py</dependency>
<effect>
<object-type>path</object-type>
+ <effects-menu>
+ <submenu _name="Enhance Path" />
+ </effects-menu>
</effect>
<script>
<command reldir="extensions" interpreter="python">handles.py</command>
index 64a96d2931f4ede1c3c39d7c7488a99199797bb1..cac34c3ad5e099cc926730ee9f3ecf27afebae0e 100644 (file)
<param name="fpofx" type="string" _gui-text="First derivative">cos(x)</param>
<effect>
<object-type>rect</object-type>
+ <effects-menu>
+ <submenu _name="Render" />
+ </effects-menu>
</effect>
<script>
<command reldir="extensions" interpreter="python">wavy.py</command>