Mercurial > MadButterfly
view inkscape/MB_EditButton.inx @ 1288:fb44830c8a81
Change the duplicate key back to the old implementation. Now, we have clone key frame(extend) and copy key frame(duplicate).
author | wycc |
---|---|
date | Sat, 15 Jan 2011 21:06:55 +0800 |
parents | 1958bb2a87a2 |
children |
line wrap: on
line source
<inkscape-extension> <name>Edit Button</name> <id>MadButterfly.EditButton</id> <dependency type="executable" location="extensions">MB_EditButton.py</dependency> <dependency type="executable" location="extensions">inkex.py</dependency> <effect> <object-type>any</object-type> <effects-menu> <submenu _name="MadButterfly"> <submenu _name="Button"/> </submenu> </effects-menu> </effect> <script> <command reldir="extensions" interpreter="python">MB_EditButton.py</command> </script> </inkscape-extension>