From 1505cea3d445c9827dd0436e84d8e61593f423eb Mon Sep 17 00:00:00 2001 From: Lex Neva Date: Tue, 24 Jul 2018 22:15:28 -0400 Subject: add support for ignore command --- inx/inkstitch_commands.inx | 1 + 1 file changed, 1 insertion(+) (limited to 'inx') diff --git a/inx/inkstitch_commands.inx b/inx/inkstitch_commands.inx index 7b42ca0e..33bd990a 100644 --- a/inx/inkstitch_commands.inx +++ b/inx/inkstitch_commands.inx @@ -8,6 +8,7 @@ false false false + false commands all -- cgit v1.2.3 From 19bb8a5a6dbe4244a590147187949d0555eb9fbc Mon Sep 17 00:00:00 2001 From: Lex Neva Date: Thu, 16 Aug 2018 22:50:34 -0400 Subject: new extension to add layer commands --- inx/inkstitch_attach_commands.inx | 22 ++++++++++++++++++++++ inx/inkstitch_commands.inx | 22 ---------------------- inx/inkstitch_layer_commands.inx | 19 +++++++++++++++++++ 3 files changed, 41 insertions(+), 22 deletions(-) create mode 100644 inx/inkstitch_attach_commands.inx delete mode 100644 inx/inkstitch_commands.inx create mode 100644 inx/inkstitch_layer_commands.inx (limited to 'inx') diff --git a/inx/inkstitch_attach_commands.inx b/inx/inkstitch_attach_commands.inx new file mode 100644 index 00000000..61cf7213 --- /dev/null +++ b/inx/inkstitch_attach_commands.inx @@ -0,0 +1,22 @@ + + + <_name>Attach Commands + org.inkstitch.commands + inkstitch.py + inkex.py + false + false + false + false + false + object_commands + + all + + + + + + diff --git a/inx/inkstitch_commands.inx b/inx/inkstitch_commands.inx deleted file mode 100644 index 33bd990a..00000000 --- a/inx/inkstitch_commands.inx +++ /dev/null @@ -1,22 +0,0 @@ - - - <_name>Attach Commands - org.inkstitch.commands - inkstitch.py - inkex.py - false - false - false - false - false - commands - - all - - - - - - diff --git a/inx/inkstitch_layer_commands.inx b/inx/inkstitch_layer_commands.inx new file mode 100644 index 00000000..7eadd094 --- /dev/null +++ b/inx/inkstitch_layer_commands.inx @@ -0,0 +1,19 @@ + + + <_name>Add Layer Commands + org.inkstitch.layer_commands + inkstitch.py + inkex.py + Commands will be added to the currently-selected layer. + false + layer_commands + + all + + + + + + -- cgit v1.2.3