Switch to full style
Post all Gimp scripts and script writing questions here
Post a reply

Chisel or Carve v. 1.3 Script for Gimp 2.10

Sun May 06, 2018 6:54 am

Have patched version 1.3 of Chisel or Carve script for Gimp 2.10 if anyone needs to use it. Only minor adjustments needed - thankfully - since I don't do scripts.

chisel_for_2-10-0.zip
(2.82 KiB) Downloaded 448 times

Re: Chisel or Carve v. 1.3 Script for Gimp 2.10

Sun May 06, 2018 7:07 am

Just tried your script, Skinnyhouse and get the following error. :0

Re: Chisel or Carve v. 1.3 Script for Gimp 2.10

Sun May 06, 2018 7:09 am

Thanks. I find that only a handful of scheme scripts will work in Gimp 2.10. I may edit a few also...

Re: Chisel or Carve v. 1.3 Script for Gimp 2.10

Sun May 06, 2018 7:47 am

lylejk wrote:Just tried your script, Skinnyhouse and get the following error. :0

I get the same error Lyle.

Re: Chisel or Carve v. 1.3 Script for Gimp 2.10

Sun May 06, 2018 8:16 am

No idea why it works on my system and not yours...

My OS: Windows 10 64 bit
My Gimp 2.10.00 version: Downloaded directly from Gimp.org

My Windows scripts location: C:\Users\MyUserName\AppData\Roaming\GIMP\2.10\scripts

Re: Chisel or Carve v. 1.3 Script for Gimp 2.10

Sun May 06, 2018 8:22 am

Works fine here too in Linux via Gimp 2.10 flatpak.

Re: Chisel or Carve v. 1.3 Script for Gimp 2.10

Sun May 06, 2018 8:27 am

May be the issue is with the portable versions.

Works fine on standard 2.10.

Re: Chisel or Carve v. 1.3 Script for Gimp 2.10

Sun May 06, 2018 8:43 am

Thanks chaps! I'll be more specific from now on.

Re: Chisel or Carve v. 1.3 Script for Gimp 2.10

Sun May 06, 2018 9:04 am

It's possible since I'm using samj's portable. Possibly the way the script is calling out commands via a directory structure (i.e., path), maybe. Not a programmer so I've not looked at the Script-fu but may take a gander at this in another 11 hours (when I get back from my job; going to chill for a few minutes now before I have to get ready for work). Anyway, you all have a great day. :)

Re: Chisel or Carve v. 1.3 Script for Gimp 2.10

Mon Nov 16, 2020 9:53 am

Can anyone help me with this script?
Unfortunately, this no longer works in 2.10.22



.

Re: Chisel or Carve v. 1.3 Script for Gimp 2.10

Mon Nov 16, 2020 10:38 am

Try this version to see if it work and let me know please.

Re: Chisel or Carve v. 1.3 Script for Gimp 2.10

Mon Nov 16, 2020 10:55 am

I had that one, it uses legacy layer modes, the one in this topic uses 2.10 layer modes.
The results are different.

Screenshot-Chisel-or-Carve.jpg
Screenshot-Chisel-or-Carve.jpg (213.8 KiB) Viewed 4680 times


Screenshot2-Chisel-or-Carve.jpg
Screenshot2-Chisel-or-Carve.jpg (212.96 KiB) Viewed 4680 times

Re: Chisel or Carve v. 1.3 Script for Gimp 2.10

Mon Nov 16, 2020 11:16 am

Did you check the value of "Force"?
Default is 50%.
It COULD be responsible of the black looking gray.

(There is a "gimp-context-set-brush-force" available to a script)

Re: Chisel or Carve v. 1.3 Script for Gimp 2.10

Mon Nov 16, 2020 11:27 am

Thank you Poncholo, this script works fine

Re: Chisel or Carve v. 1.3 Script for Gimp 2.10

Mon Nov 16, 2020 11:28 am

The result is a little darker shadow with the Legacy Mode. There is only one "Layer Mode function" on line 49, "HARDLIGHT-MODE". Change it to: LAYER-MODE-HARDLIGHT, and you get the lighted shadow version.

Open the script Notepad++ and on Line 149 change it from:
Code:
(gimp-layer-set-mode varBevelLayer HARDLIGHT-MODE)


To:
Code:
(gimp-layer-set-mode varBevelLayer LAYER-MODE-HARDLIGHT)

Re: Chisel or Carve v. 1.3 Script for Gimp 2.10

Mon Nov 16, 2020 11:50 am

Yeah should have figured it out, thanks. I had not played with skinnyhouse's version earlier.

Re: Chisel or Carve v. 1.3 Script for Gimp 2.10

Mon Apr 19, 2021 12:54 pm

I really like this filter, and would like to know if it will continue to work in Gimp 3?

But ultimately it would be far more ideal if there was a GEGL filter to Bevel/Chisel. That would open the door to advance NDE in the future and give us real time previews and filter presets of it.
Post a reply