pixlsus / registry.gimp.org_static

A wget backup of http://registry.gimp.org
195 stars 130 forks source link

Lightsaber Effect - Uses one deprecated parameter? #3

Open Stefan-Xp opened 11 months ago

Stefan-Xp commented 11 months ago

Hello,

I'm not an expert, but it seems, that in lightsaber-effect.130.scm : Row 76 the Bucket Fill uses the no longer available parameter "Normal".

`Old: (gimp-edit-bucket-fill blade FG-BUCKET-FILL NORMAL 100 100 0 0 0)

New(Proposal): (gimp-edit-bucket-fill blade FG-BUCKET-FILL LAYER-MODE-NORMAL-LEGACY 100 100 0 0 0)`

Otherwise a great script, Thank you very much!

Best regards, Stefan

paperdigits commented 11 months ago

Hi Stefan,

This repo is meant solely as an archive and there is not any active development going on in this repo.

On September 27, 2023 11:26:57 AM PDT, Stefan-Xp @.***> wrote:

Hello,

I'm not an expert, but it seems, that in lightsaber-effect.130.scm : Row 76 the Bucket Fill uses the no longer available parameter "Normal".

`Old: (gimp-edit-bucket-fill blade FG-BUCKET-FILL NORMAL 100 100 0 0 0)

New(Proposal): (gimp-edit-bucket-fill blade FG-BUCKET-FILL LAYER-MODE-NORMAL-LEGACY 100 100 0 0 0)`

Otherwise a great script, Thank you very much!

Best regards, Stefan

-- Reply to this email directly or view it on GitHub: https://github.com/pixlsus/registry.gimp.org_static/issues/3 You are receiving this because you are subscribed to this thread.

Message ID: @.***>

zvezdochiot commented 11 months ago

@paperdigits say:

This repo is meant solely as an archive.

So let @patdavid move it to “archived”.

paperdigits commented 11 months ago

I think we are good as it is, thanks tho.

On September 27, 2023 11:59:55 AM PDT, "звездочёт" @.***> wrote:

@paperdigits say:

This repo is meant solely as an archive.

So let @patdavid move it to “archived”.

-- Reply to this email directly or view it on GitHub: https://github.com/pixlsus/registry.gimp.org_static/issues/3#issuecomment-1737925919 You are receiving this because you were mentioned.

Message ID: @.***>

Stefan-Xp commented 11 months ago

Thank you guys! However is there a "active" copy or fork of this scripts/scriptfile?

paperdigits commented 11 months ago

Not that I'm aware of. Though you can likely take what is here and add your changes. A lot of these plugins probably will require a good amount of work since gimp moved to python3 and has undergone a ton of work with gegl, etc in the last six years.

On September 27, 2023 12:45:52 PM PDT, Stefan-Xp @.***> wrote:

Thank you guys! However is there a "active" copy or fork of this scripts/scriptfile?

-- Reply to this email directly or view it on GitHub: https://github.com/pixlsus/registry.gimp.org_static/issues/3#issuecomment-1737979424 You are receiving this because you were mentioned.

Message ID: @.***>