Mercurial > MadButterfly
diff inkscape/MB_button_select_click.inx @ 220:ad5c7a5c2c39
Add extention to the inkscape to edit one of the active/normal/click frame of a button. There is one unsolved issue. Users can not know the current frame easily unless they check the XML node editor. We should try to show something in the UI. However, I have no found any goo dway to do this. We may need to modify the inkscape directly for this function in the future.
author | wycc@wycc-desktop |
---|---|
date | Sun, 14 Dec 2008 11:23:34 +0800 |
parents | |
children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/inkscape/MB_button_select_click.inx Sun Dec 14 11:23:34 2008 +0800 @@ -0,0 +1,18 @@ +<inkscape-extension> + <name>Edit Click button</name> + <id>MadButterfly.EditClickButton</id> + <dependency type="executable" location="extensions">MB_EditClickButton.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_EditClickButton.py</command> + </script> +</inkscape-extension> +