Re: [Gimp-developer] [At GIMP 3 era, The Python Script writing style]

2021-08-03 Thread ShiroYuki Mot via gimp-developer-list
Dear Jehan Pagès, Thanks a lot for your reply. In GIMP 3, it is mandatory to have all plug-ins in an identically named > folder as the main script. This is to avoid making a mess in the root > plug-ins/ directory, and mixing files between plug-ins (which results in > DLL hell on Windows

Re: [Gimp-developer] [At GIMP 3 era, The Python Script writing style]

2021-08-02 Thread ShiroYuki Mot via gimp-developer-list
Dear Jehan Pagès, Thanks for your reply even though you are busy. We, the beginners of Python writer feel it is so difficult. I didn't know the devel-docs/GIMP3-plug-in-porting-guide/ folder. (Windows users got only executables...) Reasons for feeling difficult are that gi module firstly needed

Re: [Gimp-developer] [At GIMP 3 era, The Python Script writing style]

2021-08-02 Thread Jehan Pagès via gimp-developer-list
Hi! On Mon, Aug 2, 2021 at 3:15 PM ShiroYuki Mot wrote: > Dear Jehan Pagès, Thanks for reply. > > Mostly yes. There will probably be some more changes so you will have to >> change more from time to time until GIMP 3 release (when it will be >> finalized). >> > > Basically, the current

Re: [Gimp-developer] [At GIMP 3 era, The Python Script writing style]

2021-08-02 Thread ShiroYuki Mot via gimp-developer-list
Dear Jehan Pagès, Thanks for reply. Mostly yes. There will probably be some more changes so you will have to > change more from time to time until GIMP 3 release (when it will be > finalized). > Basically, the current scripting style is on a new stage, isn't it? We can learn the basic writing

Re: [Gimp-developer] [At GIMP 3 era, The Python Script writing style]

2021-08-02 Thread Jehan Pagès via gimp-developer-list
Hi! On Mon, Aug 2, 2021 at 9:38 AM ShiroYuki Mot via gimp-developer-list < gimp-developer-list@gnome.org> wrote: > It is the Question (same as > https://gitlab.gnome.org/GNOME/gimp/-/issues/7114) > Please teach me. > > At the next coming 2.99.8, the Python script will avoid the crash. (See >

[Gimp-developer] [At GIMP 3 era, The Python Script writing style]

2021-08-02 Thread ShiroYuki Mot via gimp-developer-list
It is the Question (same as https://gitlab.gnome.org/GNOME/gimp/-/issues/7114) Please teach me. At the next coming 2.99.8, the Python script will avoid the crash. (See #7106 (closed)) (https://gitlab.gnome.org/GNOME/gimp/-/issues/7106) So, One question I have. It is not the issue!. Can I rewrite