plug-ins: script-fu bash processing should not finish with gimp-quit.
This is not the macro business to quit GIMP. The user may still have processing to do after looping over images.
This commit is contained in:
@ -80,5 +80,9 @@
|
||||
(when image
|
||||
,@body
|
||||
(gimp-image-delete image)))
|
||||
(,loop (cdr ,filenames))))
|
||||
(gimp-quit 0))))
|
||||
(,loop (cdr ,filenames))
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
|
Reference in New Issue
Block a user