[Gimp-developer] gegl_buffer_get() and gegl_buffer_set()

2020-01-11 Thread JonnyRobbie via gimp-developer-list
I'm trying to write a simple plugin and I'm stuck at the combo functions  gegl_buffer_get(), gegl_buffer_set(). When I _get() a buffer to a malloced memmory, the memory seems to be garbage. And when I try to _set() from the memory to a shadow buffer and merge, all I get is a black result. Here'

Re: [Gimp-developer] gimpfu port to Gimp 3

2020-01-11 Thread Lloyd Konneker via gimp-developer-list
Alex: yes, I understood most of that by browsing the repository, but it is good to restate it for other readers. Some plugins, like foggify.py have been ported, but only partially, without the GUI. If you look at the history (in the repository), you can see that it formerly was a “gimpfu” plug

Re: [Gimp-developer] gimpfu port to Gimp 3

2020-01-11 Thread Alexandre Prokoudine via gimp-developer-list
On Sat, Jan 11, 2020 at 1:55 PM Lloyd Konneker via gimp-developer-list wrote: > > Alexandre: Yes, that code, in master (2.99, the “dev” branch for Gimp 3) > > In that branch, the Makefile.am has commented out the pygimp sub directory, > and the meson script does not subdir the pygimp directory (doe

Re: [Gimp-developer] gimpfu port to Gimp 3

2020-01-11 Thread Lloyd Konneker via gimp-developer-list
Alexandre: Yes, that code, in master (2.99, the “dev” branch for Gimp 3) In that branch, the Makefile.am has commented out the pygimp sub directory, and the meson script does not subdir the pygimp directory (doesn’t try to build it.) So an onlooker like myself wonders whether it is abandoned, or