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

Re: Blue Ice Script Rel2

Fri Jul 20, 2012 12:38 am

Molly I love doing them for appreciative people like you (it keeps this old fella thinking).

Re: Blue Ice Script Rel3

Wed Apr 24, 2013 9:00 pm

Rel3 with darken footprint option has been posted see initial post

Re: Blue Ice Script Rel3

Wed Apr 24, 2013 9:24 pm

Oh, Graechan, here I go again. When I run the script at default, it runs, I see stuff happening as I watch, and then nothing. Same blank gimp image window. :gaah

It doesn't crash gimp, just no results.

Here is the message from the error console:

Blue Ice Warning
Error while executing script-fu-blue-ice:
Error: (<unknown> : -1205615074) eval: unbound variable: plug-in-light-to-height

Re: Blue Ice Script Rel3

Wed Apr 24, 2013 9:43 pm

'O' do you have the light to height plugin but when it says unbound variable it means something else

this is the part of the script that runs the light to height plugin


;;;;create map-channel for Light to Height plugin and run Light to Height
(gimp-selection-layer-alpha text-layer)
(gimp-selection-save image)
(set! map-channel (car (gimp-image-get-active-drawable image)))
(gimp-channel-set-opacity map-channel 100)
(gimp-drawable-set-name map-channel "Map Channel")
(gimp-selection-none image)
(gimp-image-set-active-layer image text-layer)
(plug-in-light-to-height 1 image text-layer map-channel 3d-hght 3d-hght TRUE FALSE TRUE horizon)

Re: Blue Ice Script Rel3

Wed Apr 24, 2013 9:46 pm

I missed that part entirely. It's on the first post. Back to the drawing board. : :scram

Re: Blue Ice Script Rel3

Wed Apr 24, 2013 10:25 pm

'O' you gave me heart pulpertations

Would you like me to provide an 'active gradient' option for Fedora users

Re: Blue Ice Script Rel3

Wed Apr 24, 2013 10:47 pm

I am so happy i uploaded all my gimp-2.8 scripts here a while back.I have most of my filters now. :)
Still catching up to the newer ones though. :hehe
:wh

Image

Re: Blue Ice Script Rel3

Wed Apr 24, 2013 11:39 pm

Rod wrote:I am so happy i uploaded all my gimp-2.8 scripts here a while back.I have most of my filters now. :)
Still catching up to the newer ones though. :hehe
:wh
I have a pretty good archive in storage, PM if you need anything.

Re: Blue Ice Script Rel3

Wed Apr 24, 2013 11:43 pm

Odinbc wrote:
Rod wrote:I am so happy i uploaded all my gimp-2.8 scripts here a while back.I have most of my filters now. :)
Still catching up to the newer ones though. :hehe
:wh
I have a pretty good archive in storage, PM if you need anything.


Will do Odin and thanks! :bigthup

Re: Blue Ice Script Rel3

Wed Apr 24, 2013 11:48 pm

Rod did you use a narrow font your Image looked 'strange' but you were always different, I to have a large number of scripts and plugins if you need any

Re: Blue Ice Script Rel3

Thu Apr 25, 2013 12:36 am

Graechan wrote:
Rod did you use a narrow font your Image looked 'strange' but you were always different, I to have a large number of scripts and plugins if you need any


Yes the font is called Scarecrow it is a Macromedia Fontographer font.

Image

scarecrow.zip
(17.1 KiB) Downloaded 116 times

Re: Blue Ice Script Rel3

Thu Apr 25, 2013 12:46 am

Rod now I know why the output from Blue Ice was different

Re: Blue Ice Script Rel3

Thu Apr 25, 2013 1:11 am

Graechan wrote:
Rod now I know why the output from Blue Ice was different


Well that and i added shine to it also. ;) I was going to fur the eyebrows but alas i got lazy. :rofl

Re: Blue Ice Script Rel3

Thu Apr 25, 2013 9:25 am

Graechan wrote:
'O' you gave me heart pulpertations

Oh my, I'm so sorry. :mrgreen:


Graechan wrote:
Would you like me to provide an 'active gradient' option for Fedora users
If it makes the dialog box longer, it may no longer all be visible on the screen for some people. I don't think I'd use it a lot but others may want it. Maybe there'll be some other input besides mine.

Made the ice floe from this font named Under.

Image

Re: Blue Ice Script Rel3

Thu Apr 25, 2013 10:49 am

I like your little penguins O.

Re: Blue Ice Script Rel3

Thu Apr 25, 2013 11:09 am

I love that script !
Thank You Graechan

Molly gave me an idea with the floating penguins,so i sank mine in the water

Image

Re: Blue Ice Script Rel3

Thu Apr 25, 2013 11:39 am

Thank you Pirate but it was "0" that made the floating penguins.

Re: Blue Ice Script Rel3

Thu Apr 25, 2013 11:45 am

OOpsie,sorry
:oops:

Re: Blue Ice Script Rel3

Thu Apr 25, 2013 11:06 pm

If it makes the dialog box longer, it may no longer all be visible on the screen for some people. I don't think I'd use it a lot but others may want it. Maybe there'll be some other input besides mine.

'O' this would not add to the Menu size as It only adds an option to the 'text fill type'

Re: Blue Ice Script Rel3

Thu Apr 25, 2013 11:31 pm

Well then it would be nice to have. :pengy
Post a reply