Switch to full style
Post all Gimp scripts and script writing questions here
Post a reply

Re: Script Mod Requests

Sat Jun 18, 2016 2:13 pm

New Version 0.4.2 (2016/06/16) created by rob_brz1 Posted:(#31)
http://gimpchat.com/viewtopic.php?f=9&t=13723&start=30#p187074

- Offer to save the arguments of the plug-in if a change in the folders args (SVG & Inkscape).
By making a folder in 'gimp.directory' called 'py_configs' & a list file.
- One running instance only.
- Produce a 'bail_out(msg)' function to streamline the code.
- Better management of the progress bar.
- Use the name given at the beginning to the SVG file for the render layer.
- Protect the plug-in exit and advise the user if no SVG file found after Inkscape,
or avoid rendering on a group layer (a crash).

Thanks Robert.

Re: Script Mod Requests

Sat Jun 18, 2016 3:31 pm

Gimp to Inkscape is wonderful. :hi5 Well done everyone. :tyspin

Re: Script Mod Requests

Sat Jun 18, 2016 4:53 pm

What does this script do and do you have to have inkscape to use it?

Re: Script Mod Requests

Sat Jun 18, 2016 11:06 pm

It links Gimp svg paths to Inkscape and back.
Post a reply