It is currently Sat Sep 05, 2026 7:24 pm


All times are UTC - 5 hours [ DST ]



Post new topic Reply to topic  [ 8 posts ] 
Author Message
 Post subject: A very simple search page for looking up pdb.* calls.
PostPosted: Sun Sep 09, 2018 11:18 am  (#1) 
Offline
Script Coder
User avatar

Joined: May 07, 2014
Posts: 4528
Location: Canada
https://www.gimplearn.net/GIMP_2.10_procedures.php

It's for when you don't have GIMP procedural browser opened/handy.

Hope you enjoy.

_________________
TinT


Share on Facebook Share on Twitter Share on Orkut Share on Digg Share on MySpace Share on Delicious Share on Technorati
Top
 Post subject: Re: A very simple search page for looking up pdb.* calls.
PostPosted: Mon Sep 10, 2018 5:05 am  (#2) 
Offline
GimpChat Member
User avatar

Joined: Nov 04, 2015
Posts: 1472
Good on you for doing this. Coders need all the resources they can get, especially if they are coding for free. It interests me how little appreciation there is of the skill that goes into producing the graphical tools that we use to show the world how clever we are.

I think you are mastering python scripting and that must be a good thing. Something I have been thinking about again recently is the 'infinite zoom' effect.

www.youtube.com Video from : www.youtube.com

This is not just a scripting exercise but was a collaboration between an unknown number of people. It's a series of 'frames' but how they merge is the difficult part. I'm testing some automated ways of achieving similar results. If I discover anything significant Gimp Chat will be the first to know.


Top
 Post subject: Re: A very simple search page for looking up pdb.* calls.
PostPosted: Mon Sep 10, 2018 7:52 am  (#3) 
Offline
Script Coder
User avatar

Joined: Oct 25, 2010
Posts: 4812
Do you generate it dynamically each time, or will it be obsolete when 2.10.8 comes out? Also, there are some very useful standard plugins missing (plugin_sel2path(), for instance).

Personally I don't really see the point. The procedure browser also lets me try things and check the results...

_________________
Image


Top
 Post subject: Re: A very simple search page for looking up pdb.* calls.
PostPosted: Mon Sep 10, 2018 9:24 am  (#4) 
Offline
Script Coder
User avatar

Joined: May 07, 2014
Posts: 4528
Location: Canada
When 2.10.8 comes out I can just install 2.10.8 on my machine run my plug-in to read the values again and upload.
plug_in_sel2path is up there... just search for sel2path.

_________________
TinT


Top
 Post subject: Re: A very simple search page for looking up pdb.* calls.
PostPosted: Mon Sep 10, 2018 9:56 am  (#5) 
Offline
Script Coder
User avatar

Joined: May 07, 2014
Posts: 4528
Location: Canada
ofnuts, what if i bribed you with nice displays of the functions now? heehhehe

_________________
TinT


Top
 Post subject: Re: A very simple search page for looking up pdb.* calls.
PostPosted: Mon Sep 10, 2018 10:06 am  (#6) 
Offline
Script Coder
User avatar

Joined: May 07, 2014
Posts: 4528
Location: Canada
Tas_mania wrote:
Good on you for doing this. Coders need all the resources they can get, especially if they are coding for free. It interests me how little appreciation there is of the skill that goes into producing the graphical tools that we use to show the world how clever we are.

I think you are mastering python scripting and that must be a good thing. Something I have been thinking about again recently is the 'infinite zoom' effect.

www.youtube.com Video from : www.youtube.com

This is not just a scripting exercise but was a collaboration between an unknown number of people. It's a series of 'frames' but how they merge is the difficult part. I'm testing some automated ways of achieving similar results. If I discover anything significant Gimp Chat will be the first to know.

Wow, that video is awesome.!

_________________
TinT


Top
 Post subject: Re: A very simple search page for looking up pdb.* calls.
PostPosted: Mon Sep 10, 2018 10:57 am  (#7) 
Offline
Script Coder
User avatar

Joined: May 07, 2014
Posts: 4528
Location: Canada
more reactive search now breaks out of loop when more than 10 results are found, then you can click on see more results at bottom if you wish to see more.
The idea is that it should be reactive as quick as possible while you're narrowing down your search.
and the display is themed like Sublime 3 heheheh

_________________
TinT


Top
 Post subject: Re: A very simple search page for looking up pdb.* calls.
PostPosted: Mon Sep 10, 2018 11:35 am  (#8) 
Offline
Script Coder
User avatar

Joined: May 07, 2014
Posts: 4528
Location: Canada
Added simple ability for people to link to narrowed down search result for example
https://www.gimplearn.net/GIMP_2.10_pro ... _layer_new

_________________
TinT


Top
Post new topic Reply to topic  [ 8 posts ] 

All times are UTC - 5 hours [ DST ]



* Login  



Powered by phpBB3 © phpBB Group