view inkscape/firefox/MBFilter.inx @ 1282:1ac921a6bd9a

When we delete frame in tween, we should adjust the end only. If we delete the first frame, the whole scene is deleted.
author wycc
date Fri, 14 Jan 2011 00:36:50 +0800
parents c39b24036a75
children
line wrap: on
line source

<inkscape-extension>
    <name>MadServer</name>
    <id>net.sourceforge.madbutterfly.filter.update</id>
	<dependency type="executable" location="extensions">MBServer.py</dependency>
	<dependency type="executable" location="extensions">inkex.py</dependency>
    <effect>
		<object-type>any</object-type>
		<effects-menu>
			<submenu _name="MadButterfly">
				<submenu _name="Server"/>
			</submenu>
		</effects-menu>
    </effect>
    <script>
        <command reldir="extensions" interpreter="python">MBServer.py</command>
    </script>
</inkscape-extension>