diff options
Diffstat (limited to 'share/extensions/motion.inx')
| -rw-r--r-- | share/extensions/motion.inx | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/share/extensions/motion.inx b/share/extensions/motion.inx new file mode 100644 index 000000000..46f7e7082 --- /dev/null +++ b/share/extensions/motion.inx @@ -0,0 +1,14 @@ +<inkscape-extension> + <_name>Motion</_name> + <id>org.ekips.filter.motion</id> + <dependency type="executable" location="extensions">motion.py</dependency> + <dependency type="executable" location="extensions">inkex.py</dependency> + <param name="magnitude" type="float" min="0" max="1000" _gui-text="Magnitude">100</param> + <param name="angle" type="float" min="0.0" max="360.0" _gui-text="Direction">45</param> + <effect> + <object-type>path</object-type> + </effect> + <script> + <command reldir="extensions" interpreter="python">motion.py</command> + </script> +</inkscape-extension> |
