Yesterday, 03:33 PM
(This post was last modified: Yesterday, 03:34 PM by pixelmixer.)
(Yesterday, 02:59 PM)rich2005 Wrote: Even Ofnuts minimal is very verbose.
You could try this as a starter, the smallest I found. https://discuss.pixls.us/t/open-file-as-...-3/49370/7 and for those wondering looks like this: https://i.imgur.com/JQJ8uNR.mp4
Some sort of "macro" system would be more than welcome for dummies like me. There is batcher which will load procedures but the UI is clumsy (and lots of menu entries) Just want something linear where I can slot procedure in a list
No snippets! what kind of scripting shop is this?

I've got a Hello World working in Python:
Code:
import gi; gi.require_version('Gimp', '3.0');
from gi.repository import Gimp;
Gimp.message('Hello World from Python!')
it's a bit boring though. The macro should be able to do anything you can do in the python console, that's what I'm testing. Call plugins, multi-line snippets, nothing like that?
(Yesterday, 02:28 PM)Ofnuts Wrote: "small", forget it, there is a lot of boiler-plate even for the simple stuff. I made up my own library to minimize it.
snap for Script-Fu