It is currently Tue Jul 23, 2024 6:15 pm


All times are UTC - 5 hours [ DST ]



Post new topic Reply to topic  [ 73 posts ]  Go to page 1, 2, 3, 4  Next
Author Message
 Post subject: 3D-Extrusion Troubleshooting (SOLVED)
PostPosted: Sun Jul 03, 2011 12:38 am  (#1) 
Offline
GimpChat Founder
User avatar

Joined: May 22, 2008
Posts: 5242
Location: Gimpville
The root of cause of the problem with 3D-Extrusion has been determined to be an issue with the script: images-grid-layout.scm, which redefines several global math functions. including the round function. GIMP users who have images-grid-layout.scm installed are potentially going to have problems with any other script that makes use these functions (i.e. 3D Extrusion).

At this point, the solution is to remove or better yet, use the updated images-grid-layout.scm, which SaulGoode and Odin have fixed in this thread.

_________________
“If you reach for the stars, you just might land on a decently sized hill.” - Stuart Hill


Share on Facebook Share on Twitter Share on Orkut Share on Digg Share on MySpace Share on Delicious Share on Technorati
Top
 Post subject: 3D-Extrusion Troubleshooting (Workaround Attached)
PostPosted: Thu Mar 12, 2015 6:35 am  (#2) 
Offline
GimpChat Member
User avatar

Joined: Apr 26, 2014
Posts: 3543
Location: belgium
wallace I have a problem here
I work with gimp 2.8.10
as you can see I have the 3D extrusion script in my script map


Image

I've done everything as you explained to
then I go to filters - render - 3d extrusion


Image


Image


then i click ok
in my layers dialogue I see the 3D extrusion is running
but on my picture nothing happens


Image

strange,I See That it does work with the others :gaah :gaah


Top
 Post subject: Re: EZ 3D Text
PostPosted: Thu Mar 12, 2015 6:43 am  (#3) 
Offline
Global Moderator
User avatar

Joined: Apr 07, 2010
Posts: 14182
Did you have your text selected gimper?
Image

_________________
Image


Top
 Post subject: Re: EZ 3D Text
PostPosted: Thu Mar 12, 2015 10:52 am  (#4) 
Offline
GimpChat Member
User avatar

Joined: Apr 26, 2014
Posts: 3543
Location: belgium
molly wrote:
Did you have your text selected gimper?
[ Image ]

molly
yes I have selected my tekst
I'm sure I've done everything as wallace described
:(


Top
 Post subject: Re: EZ 3D Text
PostPosted: Thu Mar 12, 2015 10:57 am  (#5) 
Offline
Administrator
User avatar

Joined: Aug 10, 2012
Posts: 13080
Location: Native to NYC living in Arizona, Gimp 2.8 & 2.10, Win 11 PC.
gimper66 wrote:
wallace I have a problem here
I work with gimp 2.8.10
as you can see I have the 3D extrusion script in my script map


[ Image ]

I've done everything as you explained to
then I go to filters - render - 3d extrusion


[ Image ]


[ Image ]


then i click ok
in my layers dialogue I see the 3D extrusion is running
but on my picture nothing happens


[ Image ]

strange,I See That it does work with the others :gaah :gaah

That's strange... I don't have an explanation as to why this might be happening.
Can you try it again, but this time post the XCF file of your results.

_________________
Image
"A wise man learns more from a foolish question than a fool can learn from a wise answer"
Image


Top
 Post subject: Re: EZ 3D Text
PostPosted: Thu Mar 12, 2015 11:17 am  (#6) 
Offline
GimpChat Member
User avatar

Joined: Apr 26, 2014
Posts: 3543
Location: belgium
Image

as you can see I keep getting the same result


Attachments:
extrusion.xcf [236.67 KiB]
Downloaded 99 times
Top
 Post subject: Re: EZ 3D Text
PostPosted: Thu Mar 12, 2015 11:23 am  (#7) 
Offline
GimpChat Member
User avatar

Joined: Mar 01, 2014
Posts: 12727
Location: Spain, Aragón
Hi, Wallace. I have the same problem as Gimper. I don't get the 3Dtext extrusion. :(


Attachments:
Wallace.xcf [382.85 KiB]
Downloaded 102 times

_________________
Image

Gimp 2.10.30(samj) portable _ OS Windows 10 Home_ 64bits
Don’t be afraid to start over. It’s a new chance to rebuild what you want.
Top
 Post subject: Re: EZ 3D Text
PostPosted: Thu Mar 12, 2015 11:54 am  (#8) 
Offline
Administrator
User avatar

Joined: Aug 10, 2012
Posts: 13080
Location: Native to NYC living in Arizona, Gimp 2.8 & 2.10, Win 11 PC.
gimper66 wrote:
[ Image ]

as you can see I keep getting the same result

I'm sorry Gimper66, but I can't figure out what is happening with your extrusion not showing as it should.

Have you tried looking for and removing any and all scripts that may contain a similar or the same name ie. "Extrusion" or "3D"
as part of it's file name?
Then obtain a newly downloaded 3D Extrusion script from gimpscripts.com and installing it?


Issabella wrote:
Hi, Wallace. I have the same problem as Gimper. I don't get the 3Dtext extrusion. :(

I've reviewed your xcf file attachment and it appears that the extrusion is more or less at 90° and not at the 225° setting as shown it the tutorial.
If you did enter in 225° as the extrusion's direction, then again... I'm at a loss to explain why this too is occurring.
The only thing I can think of is a script conflict that might be causing this malfunction.
Other that this I can't offer much more insight into these issues, I'm sorry.

_________________
Image
"A wise man learns more from a foolish question than a fool can learn from a wise answer"
Image


Top
 Post subject: Re: EZ 3D Text
PostPosted: Thu Mar 12, 2015 1:08 pm  (#9) 
Offline
GimpChat Member
User avatar

Joined: Apr 26, 2014
Posts: 3543
Location: belgium
Image

Image


this is what I have in my script folder
the two scripts in yellow I delete but no result
do you see scripts that works one against the other


Top
 Post subject: Re: EZ 3D Text
PostPosted: Thu Mar 12, 2015 1:18 pm  (#10) 
Offline
GimpChat Founder
User avatar

Joined: May 22, 2008
Posts: 5242
Location: Gimpville
The only thing I can think of that would keep the script from producing the correct extrusion layer would be if the selection was not correct.

For example, "select all" would not work because the selection would be around edges of the image canvas. An inverted selection doesn't work either. The extrusion works on the active selected layer in the stack. If the selection for that active layer is clear, the script will perform an "alpha to selection". Otherwise , the user is expected to manually make a valid selection.

The extrusion script works for me on .the xcf files posted.

I guess it's possible there is a conflict with something else or multiple versions of the script installed in different locations, but I doubt that's the case. If something was missing or amiss, you'd think GIMP would toss an error.

_________________
“If you reach for the stars, you just might land on a decently sized hill.” - Stuart Hill


Top
 Post subject: Re: EZ 3D Text
PostPosted: Thu Mar 12, 2015 1:25 pm  (#11) 
Offline
Administrator
User avatar

Joined: Aug 10, 2012
Posts: 13080
Location: Native to NYC living in Arizona, Gimp 2.8 & 2.10, Win 11 PC.
gimper66 wrote:
[ Image ]

[ Image ]


this is what I have in my script folder
the two scripts in yellow I delete but no result
do you see scripts that works one against the other

You could also test the 3D Extrusion script itself, by temporarily removing all but the 3D Extrusion script and then trying to run this script as normal. If the 3D Extrusion script works after doing this, then there is something within your scripts folder that's causing the conflict/issue.
You can then began to replace your script back into your user scripts folder, in small groups. Then testing the script with each newly pasted script placed into your scripts folder.
This may take a while, but it's the only way that I'm aware of that will help to find the script conflict. If it is a script conflict that is actually causing this issue.

GnuTux wrote:
Wallace, thanks for creating this tutorial. :bigthup

The only thing I can think of that would keep the script from producing the correct extrusion layer would be if the selection was not correct.

For example, "select all" would not work because the selection would be around edges of the image canvas. An inverted selection doesn't work either. The extrusion works on the active selected layer in the stack. If the selection for that active layer is clear, the script will perform an "alpha to selection". Otherwise , the user is expected to manually make a valid selection.

The extrusion script works for me on .the xcf files posted.

I guess it's possible there is a conflict with something else or multiple versions of the script installed in different locations, but I doubt that's the case. If something was missing or amiss, you'd think GIMP would toss an error.

Sure thing Tux. :bigthup

What you've explained makes a lot of sense. However... the tutorial doesn't utilizes a "manually valid selection", but rather lets the script create the selection for the active layer.

_________________
Image
"A wise man learns more from a foolish question than a fool can learn from a wise answer"
Image


Top
 Post subject: Re: EZ 3D Text
PostPosted: Thu Mar 12, 2015 2:17 pm  (#12) 
Offline
GimpChat Member
User avatar

Joined: Apr 26, 2014
Posts: 3543
Location: belgium
Image

Image

as you see I have removed all scripts
but without result


Attachments:
EXTENSIONS-WALLACE-a2.xcf [326.2 KiB]
Downloaded 63 times
Top
 Post subject: temp2
PostPosted: Thu Mar 12, 2015 2:43 pm  (#13) 
Offline
Administrator
User avatar

Joined: Aug 10, 2012
Posts: 13080
Location: Native to NYC living in Arizona, Gimp 2.8 & 2.10, Win 11 PC.
gimper66 wrote:
[ Image ]

[ Image ]

as you see I have removed all scripts
but without result

The script's file extension doesn't appear to be the proper extension.
If you open this file in Note pad or some similar text editing program, then save the file as 3d-extrusion.scm, that may solve the issue. Although I can't guarantee that this will work, but it's worth a try.
You may also want to check Gimp's script folder ie. for Windows... C:\Program Files\Gimp-2.8\share\gimp\2.0\scripts, for anything that may have the same or similar name and remove those files for Gimp's script folder.

Note:
Only delete files that you no longer want/need. Otherwise place them somewhere so you can retrieve them later.

_________________
Image
"A wise man learns more from a foolish question than a fool can learn from a wise answer"
Image


Last edited by Wallace on Thu Mar 12, 2015 2:58 pm, edited 1 time in total.

Top
 Post subject: Re: EZ 3D Text
PostPosted: Thu Mar 12, 2015 2:45 pm  (#14) 
Offline
GimpChat Member
User avatar

Joined: Mar 01, 2014
Posts: 12727
Location: Spain, Aragón
Wallace, I put the settings you said, how it didn't work for me. I tried to move the layer extrusion a bit. Here another try but nothing happens running 3D extrusion. :(


Attachments:
Wallace.xcf [178.92 KiB]
Downloaded 66 times

_________________
Image

Gimp 2.10.30(samj) portable _ OS Windows 10 Home_ 64bits
Don’t be afraid to start over. It’s a new chance to rebuild what you want.
Top
 Post subject: Re: EZ 3D Text
PostPosted: Thu Mar 12, 2015 2:47 pm  (#15) 
Offline
GimpChat Member
User avatar

Joined: Mar 01, 2014
Posts: 12727
Location: Spain, Aragón
Could someone to drop a script that works all right for you? :tyspin

_________________
Image

Gimp 2.10.30(samj) portable _ OS Windows 10 Home_ 64bits
Don’t be afraid to start over. It’s a new chance to rebuild what you want.


Top
 Post subject: Re: EZ 3D Text
PostPosted: Thu Mar 12, 2015 2:52 pm  (#16) 
Offline
Global Moderator
User avatar

Joined: Apr 07, 2010
Posts: 14182
I downloaded the XCF and it works fine for me.
Image


Attachments:
extrusion-gimper.xcf [273.49 KiB]
Downloaded 53 times

_________________
Image
Top
 Post subject: Re: EZ 3D Text
PostPosted: Thu Mar 12, 2015 2:56 pm  (#17) 
Offline
GimpChat Member
User avatar

Joined: Mar 01, 2014
Posts: 12727
Location: Spain, Aragón
Thank you Molly. I mean the script itself.

_________________
Image

Gimp 2.10.30(samj) portable _ OS Windows 10 Home_ 64bits
Don’t be afraid to start over. It’s a new chance to rebuild what you want.


Top
 Post subject: Re: EZ 3D Text
PostPosted: Thu Mar 12, 2015 3:17 pm  (#18) 
Offline
Administrator
User avatar

Joined: Aug 10, 2012
Posts: 13080
Location: Native to NYC living in Arizona, Gimp 2.8 & 2.10, Win 11 PC.
Issabella wrote:
Thank you Molly. I mean the script itself.

Here is the script that I have in my user folder.

removed

_________________
Image
"A wise man learns more from a foolish question than a fool can learn from a wise answer"
Image


Top
 Post subject: Re: EZ 3D Text
PostPosted: Thu Mar 12, 2015 3:42 pm  (#19) 
Offline
GimpChat Member
User avatar

Joined: Apr 26, 2014
Posts: 3543
Location: belgium
Wallace wrote:
Issabella wrote:
Thank you Molly. I mean the script itself.

Here is the script that I have in my user folder.
Attachment:
3d-extrusion.zip

wallace
I used your script but no result
I think there is something wrong with my gimp 2.8.10
tomorrow I'm going to remove it and reloading it will be the latest gimp


Top
 Post subject: Re: EZ 3D Text
PostPosted: Thu Mar 12, 2015 3:53 pm  (#20) 
Offline
Administrator
User avatar

Joined: Aug 10, 2012
Posts: 13080
Location: Native to NYC living in Arizona, Gimp 2.8 & 2.10, Win 11 PC.
gimper66 wrote:
wallace
I used your script but no result
I think there is something wrong with my gimp 2.8.10
tomorrow I'm going to remove it and reloading it will be the latest gimp

Okay...
Sorry that I couldn't be of more help.
Good Luck Gimper66! :bigthup

PS... Let us all know how it goes. ;)

_________________
Image
"A wise man learns more from a foolish question than a fool can learn from a wise answer"
Image


Top
Post new topic Reply to topic  [ 73 posts ]  Go to page 1, 2, 3, 4  Next

All times are UTC - 5 hours [ DST ]


   Similar Topics   Replies 
No new posts 3D Extrusion My new favorite!

8

No new posts Attachment(s) Using GnuTux 3D-Extrusion scm filter...

1

No new posts Attachment(s) New GEGL Extrusion filter - USE THE BEHIND BLEND MODE!

18

No new posts Attachment(s) GEGL Extrusion 2 (Fork of Long Shadow) USE BEHIND BLEND MODE!

7



* Login  



Powered by phpBB3 © phpBB Group