It is currently Tue Jul 23, 2024 10:21 pm


All times are UTC - 5 hours [ DST ]



Post new topic Reply to topic  [ 73 posts ]  Go to page Previous  1, 2, 3, 4  Next
Author Message
 Post subject: Re: EZ 3D Text
PostPosted: Thu Mar 12, 2015 3:59 pm  (#21) 
Offline
GimpChat Founder
User avatar

Joined: May 22, 2008
Posts: 5242
Location: Gimpville
For those having problems, can you try this simple test?

1) Restart GIMP
2) Load the following .xcf
Attachment:
File comment: Gimp Text
gimptext.xcf [23.84 KiB]
Downloaded 87 times

3) Filters/Render/3D-Extrusion.. (using defaults.)

Should produce this..

Image

If not, check to see if you have: script-fu-compat.init installed. It is currently required for this script.

On my system, it's located: /usr/share/gimp/2.0/scripts

That's all I got. :(

_________________
“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 4:06 pm  (#22) 
Offline
GimpChat Member
User avatar

Joined: Mar 01, 2014
Posts: 12727
Location: Spain, Aragón
Wallace, yours work in my UPC. only at 270, 225, 135 extrusion direction that they don't work. You can see it in my .xcf file. Thank you so much.
I don't understand how it works at specific numbers and not at the ones said above.


Attachments:
Wallace.xcf [879.93 KiB]
Downloaded 60 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 4:13 pm  (#23) 
Offline
GimpChat Member
User avatar

Joined: Mar 01, 2014
Posts: 12727
Location: Spain, Aragón
GnuTux, What you say is OK in my gimp. Your text has worked OK.


Attachments:
gimptext-Issabella.png
gimptext-Issabella.png [ 7.84 KiB | Viewed 1167 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 4:15 pm  (#24) 
Offline
GimpChat Member
User avatar

Joined: Mar 01, 2014
Posts: 12727
Location: Spain, Aragón
But it doesn't work at 225. :(

_________________
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 4:19 pm  (#25) 
Offline
GimpChat Founder
User avatar

Joined: May 22, 2008
Posts: 5242
Location: Gimpville
Issabella wrote:
GnuTux, What you say is OK in my gimp. Your text has worked OK.

Something is different about our results. Your extrusion @ 135 is in a different direction than mine. Your extrusion direction is down and mine is down and to the left.

That is a head scratcher. :puzzled

_________________
“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 4:22 pm  (#26) 
Offline
GimpChat Member
User avatar

Joined: Mar 01, 2014
Posts: 12727
Location: Spain, Aragón
Thank you GnuTux. I had installed the script which you said above.


Attachments:
Captura de pantalla 2015-03-12 22.18.03.png
Captura de pantalla 2015-03-12 22.18.03.png [ 347.33 KiB | Viewed 1217 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 4:49 pm  (#27) 
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.
GnuTux wrote:
Something is different about our results. Your extrusion @ 135 is in a different direction than mine. Your extrusion direction is down and mine is down and to the left.

That is a head scratcher. :puzzled

I feel the same way as you Tux, It doesn't make sense.
This must be happening to other as well, but as of yet it's cause seems to be a mystery and all subsequent remedies failures.

_________________
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 4:59 pm  (#28) 
Offline
GimpChat Member
User avatar

Joined: Mar 01, 2014
Posts: 12727
Location: Spain, Aragón
I'm sorry this is a problem. The thing is that if it works ok in some parameters (only 3 not) it perhaps won't be very serious. I'll see this thread tomorrow as it's time to sleep for me. Good luck my friends.

_________________
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 5:03 pm  (#29) 
Offline
GimpChat Founder
User avatar

Joined: May 22, 2008
Posts: 5242
Location: Gimpville
Here is the code I'm using..

;
; Calculate Extrusion Direction (Degrees to 2D Vector Normal)
;
   (set! hpos (round (cos (* ext-direction (/ 3.14 180)))))
   (set! vpos (round (sin (* ext-direction (/ 3.14 180)))))

;Direction
   (gimp-drawable-transform-2d-default working-layer 0 0 1 1 0 hpos vpos TRUE 0)


This has always worked for me and I wouldn't think the math to be calculated differently from PC to PC.

Thanks, Issabella. I'll post more test code later to see if we can get to the bottom of this mystery. :hoh

_________________
“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 9:53 pm  (#30) 
Offline
Global Moderator
User avatar

Joined: Oct 02, 2014
Posts: 4538
Location: Sydney Australia
I even downloaded and tried Issabella's xcf file too - it worked OK for me!

_________________
Image

Respect should be offered freely but hard earned


Top
 Post subject: Re: EZ 3D Text
PostPosted: Thu Mar 12, 2015 11:51 pm  (#31) 
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.
oldmangrumpy wrote:
I even downloaded and tried Issabella's xcf file too - it worked OK for me!

Any ideas why it's not working for the other in this thread?

_________________
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: Fri Mar 13, 2015 4:26 am  (#32) 
Offline
GimpChat Member
User avatar

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

I have removed and reinstalled gimp2.8.10
I've re-created the 3D extrusion tut
and now everything works perfectly
possible there was something wrong with my previous gimp 2.8.10


this I quickly made to show that everything is ok
now I can experiment with the tutorial
Thanks to help find a solution
greetings gimper66


Top
 Post subject: Re: EZ 3D Text
PostPosted: Sat Mar 14, 2015 9:06 am  (#33) 
Offline
GimpChat Member
User avatar

Joined: Mar 01, 2014
Posts: 12727
Location: Spain, Aragón
I wish I could figure out the issue that's been plaguing this tutorial and it's script usage.[/quote]

Wallace, I see that my script 3D extrusion behaves in the same way at 360º direction as 315º; and at 135 as 90. The outcomes are the same.
And it doesn't produce any extrusion at 270; 225; 180 (direction)
I can't understand how naughty is mine. :hoh
Anyway, I have two options on the right and at the bottom. :)

_________________
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: Sat Mar 14, 2015 10:05 am  (#34) 
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:
I wish I could figure out the issue that's been plaguing this tutorial and it's script usage.

Wallace, I see that my script 3D extrusion behaves in the same way at 360º direction as 315º; and at 135 as 90. The outcomes are the same.
And it doesn't produce any extrusion at 270; 225; 180 (direction)
I can't understand how naughty is mine. :hoh
Anyway, I have two options on the right and at the bottom. :)



GnuTux had suggested back in post #28 that you should "check to see if you have: script-fu-compat.init installed. It is currently required for this script."

If you're using windows and you have this file, you can find it in this location: C:\Program Files\Gimp-2.8\share\gimp\2.0\scripts. Unless you've installed Gimp on a different drive other than your C Drive.
Let us know if you have this file.

_________________
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: Sat Mar 14, 2015 10:47 am  (#35) 
Offline
GimpChat Member
User avatar

Joined: Mar 01, 2014
Posts: 12727
Location: Spain, Aragón
Thank you Wallace. Yes, I have that file installed. I posted the capture screen in this thread. Don't worry, At least it works in three directions. There is always mysterious unsolved. hehehe. :)

_________________
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: Sat Mar 14, 2015 11:03 am  (#36) 
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 Wallace. Yes, I have that file installed. I posted the capture screen in this thread. Don't worry, At least it works in three directions. There is always mysterious unsolved. hehehe. :)

I understand.
If you would like I could post the script-fu-compat.init file I have. So you can try it to see if it makes any difference?

_________________
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: Sat Mar 14, 2015 11:05 am  (#37) 
Offline
GimpChat Member
User avatar

Joined: Mar 01, 2014
Posts: 12727
Location: Spain, Aragón
OK. Thank you Wallace, I'll try it.

_________________
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: Sat Mar 14, 2015 11:09 am  (#38) 
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:
OK. Thank you Wallace, I'll try it.

Alright Issabella, here it is...
Good Luck!
Attachment:
script-fu-compat.zip [2.67 KiB]
Downloaded 76 times

PS, don't delete your file just in case it doesn't work.

_________________
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 Sat Mar 14, 2015 11:10 am, edited 1 time in total.

Top
 Post subject: Re: EZ 3D Text
PostPosted: Sat Mar 14, 2015 11:10 am  (#39) 
Offline
GimpChat Member
User avatar

Joined: Mar 01, 2014
Posts: 12727
Location: Spain, Aragón
Thank you Wallace. I'll let you know.

_________________
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: Sat Mar 14, 2015 11:11 am  (#40) 
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 Wallace. I'll let you know.

:bigthup

_________________
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 Previous  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