It is currently Fri Apr 19, 2024 8:40 am


All times are UTC - 5 hours [ DST ]



Post new topic Reply to topic  [ 114 posts ]  Go to page Previous  1, 2, 3, 4, 5, 6  Next
Author Message
 Post subject: Re: 3D-FUN
PostPosted: Mon Sep 19, 2011 3:38 am  (#31) 
Offline
Script Coder
User avatar

Joined: Feb 18, 2011
Posts: 4827
Location: Bendigo Vic. Australia
Rod wrote:
LOL now it runs fine but doesn't combine the bg ... argh!

Rod you could either put Fenceposts combine-background in place of the one you have in your scripts folder or change the script to use the one you have as it is only overlaying the background but then it deletes the background actualy could get messy. They are both good scripts so I would change to fenceposts.

_________________
Image
No matter how much you push the envelope, it'll still be stationery.


Top
 Post subject: Re: 3D-FUN
PostPosted: Mon Sep 19, 2011 5:06 am  (#32) 
Offline
Global Moderator
User avatar

Joined: Apr 07, 2010
Posts: 14182
Isn't that saulgoode's combine background and overlay bg you mentioned above? I love those two scripts, I would never remove them. I didn't know Fencepost made a combine background script.
Image Image

_________________
Image


Top
 Post subject: Re: 3D-FUN
PostPosted: Mon Sep 19, 2011 11:03 am  (#33) 
Offline
GimpChat Member

Joined: Apr 12, 2010
Posts: 5870
@ Molly
the FP and SG script are very similar, if i remember well FP added to the original SG script some options

I do not see much reason to keep both, but if you really want both and they conflict (for same registry path or same procedure name ) we may edit one of the 2 to avoid conflict

still i don't see why have 2 scripts doing more or less the same thing, but if you really wish we may try

_________________
My 3D Gallery on Deviantart http://photocomix2.deviantart.com/
Main gallery http://www.flickriver.com/photos/photocomix-mandala/
Mandala and simmetry http://www.flickriver.com/photos/photocomix_mandala/

Image

Mrs Wilbress


Top
 Post subject: Re: 3D-FUN
PostPosted: Mon Sep 19, 2011 12:16 pm  (#34) 
Offline
Retired Staff
User avatar

Joined: May 22, 2008
Posts: 6947
Location: Somewhere in GIMP
I am having very bad luck with this in GIMP 2.6.11 and Fedora Linux. I used the combine script that was included in the 3DFun zipped file.

This is the starting image. Two layers: Text on top layer, black is background layer.
Image

These are the settings I used:
Image

These are the error messages I got.
Image

An added note: After a couple tries, I booted my computer, restarted GIMP.

_________________
Image
World War IV will be fought with sticks and stones. - Albert Einstein


Top
 Post subject: Re: 3D-FUN
PostPosted: Mon Sep 19, 2011 2:15 pm  (#35) 
Offline
GimpChat Member

Joined: Apr 12, 2010
Posts: 5870
From the error message I believe you have also a similar script of Saulgoode installed, that use same procedure name but the paramethers not matching .

In other word i think that the Saulgoode script is called instead than the one included, but since is different can't be used ..and the script abort with a error message

_________________
My 3D Gallery on Deviantart http://photocomix2.deviantart.com/
Main gallery http://www.flickriver.com/photos/photocomix-mandala/
Mandala and simmetry http://www.flickriver.com/photos/photocomix_mandala/

Image

Mrs Wilbress


Top
 Post subject: Re: 3D-FUN
PostPosted: Mon Sep 19, 2011 2:17 pm  (#36) 
Offline
Retired Staff
User avatar

Joined: May 22, 2008
Posts: 6947
Location: Somewhere in GIMP
No matter which one I use, I still get the overlay background error. I've used the combine-bg I had, deleted it, used the one that came in the zip file with the 3D Fun scripts, and downloaded it from the website. I get the same error every time in both of the 3D Fun scripts.

_________________
Image
World War IV will be fought with sticks and stones. - Albert Einstein


Top
 Post subject: Re: 3D-FUN
PostPosted: Mon Sep 19, 2011 2:53 pm  (#37) 
Offline
GimpChat Member

Joined: Apr 12, 2010
Posts: 5870
Maybe is risky use scripts that are diffused in too much slightly different versions as dependency... it is easy that a almost clone of 1 of the script will interfere ...but here i let to the more expert the solution

_________________
My 3D Gallery on Deviantart http://photocomix2.deviantart.com/
Main gallery http://www.flickriver.com/photos/photocomix-mandala/
Mandala and simmetry http://www.flickriver.com/photos/photocomix_mandala/

Image

Mrs Wilbress


Top
 Post subject: Re: 3D-FUN
PostPosted: Mon Sep 19, 2011 4:12 pm  (#38) 
Offline
GimpChat Member
User avatar

Joined: May 16, 2010
Posts: 14709
Location: USA
Something else is still interfering with mine too.
I have the combine bg script, the move script and the 3-D-FUN script and have removed the other versions.
I even tried re-writing this line to get it to fire the other script (overlay), that i was using.
                   (if (= texture 2)
                   (begin
                        (gimp-context-set-gradient txt-gradient)
                        (plug-in-gradmap RUN-NONINTERACTIVE img 3D_fgd) ;; apply the gradient
                        )
                   )
                        (gimp-image-merge-down img texture-layer  CLIP-TO-IMAGE)
                        (script-fu-sg-anim-overlay-background img) # <--- this line
                        (gimp-displays-flush)


Still i have to manually overlay the background. :hoh :\

I probably will have to remove everything, and start over.The script works fine other than that though.
So i know it has something to do with the scripts for overlay background conflicting.The thing is i removed all but one (sg-anim-overlay-background) , so i do not know why it isn't working now.

_________________
Image
Edmund Burke nailed it when he said, "The only thing necessary for the triumph of evil is for good men to do nothing."


Top
 Post subject: Re: 3D-FUN
PostPosted: Mon Sep 19, 2011 4:13 pm  (#39) 
Offline
GimpChat Member
User avatar

Joined: May 16, 2010
Posts: 14709
Location: USA
WAIT! the Combine bg script has overlay in it doesn't it?
I wonder if that is the conflict then?

_________________
Image
Edmund Burke nailed it when he said, "The only thing necessary for the triumph of evil is for good men to do nothing."


Top
 Post subject: Re: 3D-FUN
PostPosted: Mon Sep 19, 2011 6:19 pm  (#40) 
Offline
Script Coder
User avatar

Joined: Feb 18, 2011
Posts: 4827
Location: Bendigo Vic. Australia
'OOPS' hold on
As written at the top of the script
";;Also thanks to Art Wade for his move layers Script(fp-script-fu-move-layer-anim.scm),
;;and Saul Goode for the overlay-background Script(combine-bg.scm)."
and not so well in the Readme file it uses fenceposts move layers script and saul goode's combine background (for overlay background) sorry for any confusion.

_________________
Image
No matter how much you push the envelope, it'll still be stationery.


Top
 Post subject: Re: 3D-FUN
PostPosted: Mon Sep 19, 2011 6:35 pm  (#41) 
Offline
Global Moderator
User avatar

Joined: Apr 07, 2010
Posts: 14182
Oregonian wrote:
I am having very bad luck with this in GIMP 2.6.11 and Fedora Linux. I used the combine script that was included in the 3DFun zipped file.
These are the settings I used:
Image


O, I finally figured out what the problem is. The top where you have text is fine.
Below that you have a black background. Make your background transparent and select background in the dropdown. When you run the script, it will add the black background.
Image

_________________
Image


Top
 Post subject: Re: 3D-FUN
PostPosted: Mon Sep 19, 2011 7:24 pm  (#42) 
Offline
Retired Staff
User avatar

Joined: May 22, 2008
Posts: 6947
Location: Somewhere in GIMP
It doesn't matter whether the background layer is black or transparent, I still get the same error.

I've deleted the 3D Fun script. It just doesn't work for me.

_________________
Image
World War IV will be fought with sticks and stones. - Albert Einstein


Top
 Post subject: Re: 3D-FUN
PostPosted: Mon Sep 19, 2011 7:41 pm  (#43) 
Offline
Script Coder
User avatar

Joined: Feb 18, 2011
Posts: 4827
Location: Bendigo Vic. Australia
Oregonian wrote:
I am having very bad luck with this in GIMP 2.6.11 and Fedora Linux. I used the combine script that was included in the 3DFun zipped file.

This is the starting image. Two layers: Text on top layer, black is background layer.
Image

These are the settings I used:
Image

These are the error messages I got.
Image

An added note: After a couple tries, I booted my computer, restarted GIMP.

'O' Make sure SaulGoode's overlay background(combine background)is the only overlay background script you have installed and, you select your text and background layers in the Alpha-to-Logo script.
Once you have your scripts folder sorted out try the Logo script to test using all default settings.

_________________
Image
No matter how much you push the envelope, it'll still be stationery.


Top
 Post subject: Re: 3D-FUN
PostPosted: Mon Sep 19, 2011 8:09 pm  (#44) 
Offline
Retired Staff
User avatar

Joined: May 22, 2008
Posts: 6947
Location: Somewhere in GIMP
The only one I have is combine-bg.scm. No others.

I had the combine-bg script already and got the error message and I deleted it, then used the one in your zip file and got the error message, deleted that one, and then browsed to saulgoode's website and downloaded it from here, and I still get that error message about it. I think it's just not meant to be for me.

_________________
Image
World War IV will be fought with sticks and stones. - Albert Einstein


Top
 Post subject: Re: 3D-FUN
PostPosted: Mon Sep 19, 2011 8:46 pm  (#45) 
Offline
GimpChat Member

Joined: Apr 12, 2010
Posts: 5870
Quote:
...then browsed to saulgoode's website and downloaded it from here, and I still get that error message about it. I think it's just not meant to be for me.


Oregonian !! :roll: ...that is the OLD saulgoode side with OLD version of his script !!

BOOKMARK this page http://chiselapp.com/user/saulgoode/rep ... pt-fu/home it is the NEW Saulgoode site
and then grab the right copy of the script HERE
http://chiselapp.com/user/saulgoode/rep ... combine-bg

_________________
My 3D Gallery on Deviantart http://photocomix2.deviantart.com/
Main gallery http://www.flickriver.com/photos/photocomix-mandala/
Mandala and simmetry http://www.flickriver.com/photos/photocomix_mandala/

Image

Mrs Wilbress


Top
 Post subject: Re: 3D-FUN
PostPosted: Mon Sep 19, 2011 10:33 pm  (#46) 
Offline
Script Coder
User avatar

Joined: Feb 18, 2011
Posts: 4827
Location: Bendigo Vic. Australia
The combine background that I posted was not the correct one did you check the plug-ins browser to be sure you don't have something else lurking under 'overlay background' (script-fu-sg-anim-overlay-background)
as there is one by FX Foundary (script-fu-anim-overlay-background).
The correct one is found here <Image>/Filters/Animation, they are both by saulgoode and it does no harm to have both installed the FX Foundary one can be found here <Image>/FX-Foundry/Animation.

_________________
Image
No matter how much you push the envelope, it'll still be stationery.


Last edited by Graechan on Tue Sep 20, 2011 5:54 pm, edited 1 time in total.

Top
 Post subject: Re: 3D-FUN
PostPosted: Mon Sep 19, 2011 10:45 pm  (#47) 
Offline
Retired Staff
User avatar

Joined: May 22, 2008
Posts: 6947
Location: Somewhere in GIMP
Graechan, I tried the one in the zip file you posted with the script in it. It's named: combine-bg.scm. It didn't work for me. Here is a screen shot of the contents of the 3D-Fun.zip file.
Image

The one named: sg-combine-bg.scm that PhotoComix posted the link to does work. Thank you PhotoComix.

Image

_________________
Image
World War IV will be fought with sticks and stones. - Albert Einstein


Top
 Post subject: Re: 3D-FUN
PostPosted: Mon Sep 19, 2011 11:11 pm  (#48) 
Offline
GimpChat Member

Joined: Apr 12, 2010
Posts: 5870
Quote:
The one named: sg-combine-bg.scm that PhotoComix posted the link to does work. Thank you PhotoComix.
:hi5 Another case solved :!: :spring

_________________
My 3D Gallery on Deviantart http://photocomix2.deviantart.com/
Main gallery http://www.flickriver.com/photos/photocomix-mandala/
Mandala and simmetry http://www.flickriver.com/photos/photocomix_mandala/

Image

Mrs Wilbress


Top
 Post subject: Re: 3D-FUN
PostPosted: Mon Sep 19, 2011 11:22 pm  (#49) 
Offline
Script Coder
User avatar

Joined: Feb 18, 2011
Posts: 4827
Location: Bendigo Vic. Australia
I had all these in my scripts folder and it was the (sg-combine-bg.scm) one that I used

combine-bg.scm

goode-combine-bg.scm

sg-combine-bg.scm

I am very sorry for the confusion now even I am confused

Thankyou as well Photo-Comix I am glad you solved it :yes

The correct file is now in the attachment for download :oops:

Attachment:
sg-combine-bg.zip [1.24 KiB]
Downloaded 82 times

_________________
Image
No matter how much you push the envelope, it'll still be stationery.


Last edited by Graechan on Thu Oct 13, 2011 10:21 pm, edited 1 time in total.

Top
 Post subject: Re: 3D-FUN
PostPosted: Tue Sep 20, 2011 10:51 am  (#50) 
Offline
GimpChat Member
User avatar

Joined: May 16, 2010
Posts: 14709
Location: USA
ahhh that is much better. :)

_________________
Image
Edmund Burke nailed it when he said, "The only thing necessary for the triumph of evil is for good men to do nothing."


Top
Post new topic Reply to topic  [ 114 posts ]  Go to page Previous  1, 2, 3, 4, 5, 6  Next

All times are UTC - 5 hours [ DST ]


   Similar Topics   Replies 
No new posts Attachment(s) Neon Sign on wall plugin with animation option update #1

22

No new posts Help with the option param TOGGLE (Solved)

1

No new posts Attachment(s) Problem with manual selection option.

1

No new posts Attachment(s) Staining option, How To Add - Color Pick

4



* Login  



Powered by phpBB3 © phpBB Group