RSS/Atom feed Twitter
Site is read-only, email is disabled

Gimp 2.7 API script-fu

This discussion is connected to the gimp-developer-list.gnome.org mailing list which is provided by the GIMP developers and not related to gimpusers.com.

This is a read-only list on gimpusers.com so this discussion thread is read-only, too.

2 of 2 messages available
Toggle history

Please log in to manage your subscriptions.

Gimp 2.7 API script-fu Salvatore De Paolis 18 Dec 17:59
  Gimp 2.7 API script-fu Kevin Cozens 12 Feb 03:38
Salvatore De Paolis
2011-12-18 17:59:27 UTC (almost 13 years ago)

Gimp 2.7 API script-fu

Hi,

since I'm using the git version of Gimp which is quite great and I like it a lot, especially I find it very useful the layer groups and the single view. Thank you all for this! I was searching a way to duplicate a drawable n times instead of doing it manually. I found into the registry a script-fu plugin which does exactly that, but due to API changes it's not compatible anymore. I'd like to know if it's available on the web documentation about the new API plugin according to the previous changes to see the diff. I'll like to try myself to port the plugin to get more into Gimp plugin development. For example the plugin registers with:

script-fu-register which I could not find within the internal API browser. I only found gimp-plugin-menu-register.

Any hints where to look in?

Regards Salvatore

Kevin Cozens
2012-02-12 03:38:09 UTC (almost 13 years ago)

Gimp 2.7 API script-fu

On 11-12-18 12:59 PM, Salvatore De Paolis wrote:

I was searching a way to duplicate a drawable n times instead of doing it manually. I found into the registry a script-fu plugin which does exactly that, but due to API changes it's not compatible anymore.

You can try updating the plug-in yourself, ask the original author to update it, or ask someone else to do so.

I'd like to know if it's available on the web documentation about the new API plugin according to the previous changes to see the diff.

The API changes are rather extensive this development cycle. I don't know of any public documents that summarize all the changes. I have some scripts which analyze dumps of the API. When I have some time I will use the information to summarize the changes between the 2.6 and 2.8 API.

script-fu-register which I could not find within the internal API browser. I only found gimp-plugin-menu-register.

See section 5 of the page at http://www.gimp.org/tutorials/Basic_Scheme/.