-
Notifications
You must be signed in to change notification settings - Fork 135
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Lightsaber Effect - Uses one deprecated parameter? #3
Comments
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:
#3
You are receiving this because you are subscribed to this thread.
Message ID: ***@***.***>
|
@paperdigits say:
So let @patdavid move it to “archived”. |
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:
#3 (comment)
You are receiving this because you were mentioned.
Message ID: ***@***.***>
|
Thank you guys! However is there a "active" copy or fork of this scripts/scriptfile? |
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:
#3 (comment)
You are receiving this because you were mentioned.
Message ID: ***@***.***>
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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
The text was updated successfully, but these errors were encountered: