Re: [Gimp-developer] Creating sub-directories from Script-Fu scripts

2011-02-07 Thread saulgoode
Quoting Kevin Cozens ke...@ve3syb.ca: saulgo...@flashingtwelve.brickfilms.com wrote: Script-fu does not provide a way to create subdirectories This came up in #gimp recently. It would be a useful addition to Script-Fu. This could be done by adding a dir-create function to the ftx extension

Re: [Gimp-developer] Creating sub-directories from Script-Fu scripts

2011-02-07 Thread Rob Antonishen
Is there any consideration to enabling all the tsx functions? http://heras-gilsanz.com/manuel/tsx-functions.txt In particular, (system command) would be real handy. -Rob A ___ Gimp-developer mailing list Gimp-developer@lists.XCF.Berkeley.EDU

Re: [Gimp-developer] Creating sub-directories from Script-Fu scripts

2011-02-07 Thread Alexia Death
On Mon, Feb 7, 2011 at 4:12 PM, Rob Antonishen rob.antonis...@gmail.com wrote: In particular, (system command) would be real handy. It would also make gimp scripts easily exploitable for abuse on the system, like exectuting malware. -- --Alexia ___

Re: [Gimp-developer] Creating sub-directories from Script-Fu scripts

2011-02-07 Thread Joao S. O. Bueno
On Mon, Feb 7, 2011 at 1:24 PM, Alexia Death alexiade...@gmail.com wrote: On Mon, Feb 7, 2011 at 4:12 PM, Rob Antonishen rob.antonis...@gmail.com wrote: In particular, (system command) would be real handy. It would also make gimp scripts easily exploitable for abuse on the system, like

Re: [Gimp-developer] Creating sub-directories from Script-Fu scripts

2011-02-07 Thread Kevin Cozens
Rob Antonishen wrote: Is there any consideration to enabling all the tsx functions? I included the portion of tsx that I thought would be of the most general use. One function I did not include (which has recently been mentioned on this list -- or was it on IRC?) is getenv. I think this would

Re: [Gimp-developer] Creating sub-directories from Script-Fu scripts

2011-02-07 Thread Rob Antonishen
Is there any consideration to enabling all the tsx functions? In particular, (system command) would be real handy. We need to think a little about this before going ahead and enabling a function that would allow system calls to be used in scripts that could be run on any machine with GIMP.

Re: [Gimp-developer] Creating sub-directories from Script-Fu scripts

2011-02-07 Thread saulgoode
Quoting Kevin Cozens ke...@ve3syb.ca: Um... no. The system function was deliberately left out of the portion of tsx I included with Script-Fu. Few people would need it and it is just too dangerous to have available in all GIMP installs. It would allow creation of trojan scripts that could do

[Gimp-developer] Creating sub-directories from Script-Fu scripts

2011-02-06 Thread Kevin Cozens
saulgo...@flashingtwelve.brickfilms.com wrote: Script-fu does not provide a way to create subdirectories This came up in #gimp recently. It would be a useful addition to Script-Fu. This could be done by adding a dir-create function to the ftx extension used by the TinyScheme portion of