It is currently Mon Jul 22, 2024 6:16 am


All times are UTC - 5 hours [ DST ]



Post new topic Reply to topic  [ 187 posts ]  Go to page Previous  1, 2, 3, 4, 5 ... 10  Next
Author Message
 Post subject: Re: 3D Extrusion V1.0
PostPosted: Sat Dec 21, 2013 11:10 pm  (#21) 
Offline
GimpChat Member
User avatar

Joined: Sep 22, 2012
Posts: 2089
Location: US
Thanks he4rty, all blame is on GnuTux :mrgreen:


Top
 Post subject: Re: 3D Extrusion V1.0
PostPosted: Sat Dec 21, 2013 11:15 pm  (#22) 
Offline
GimpChat Founder
User avatar

Joined: May 22, 2008
Posts: 5242
Location: Gimpville
K1TesseraEna wrote:
For the b/w images it would be great to have as an option the extrusion based on image's height(depth) map.
Although, without it I get an interesting effect too.

[ Image ]

I'm not sure I understand exactly what you're looking for K1. I plan on rewriting this script using techniques I'm developing in the Logo Toolbox script.

If you can provide some manual steps, it would help me understand what you're getting at and I can probably incorporate it into the rewrite.

Thanks!

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


Top
 Post subject: Re: 3D Extrusion V1.0
PostPosted: Sat Dec 21, 2013 11:21 pm  (#23) 
Offline
GimpChat Member
User avatar

Joined: Sep 22, 2012
Posts: 2089
Location: US
GnuTux wrote:
I'm not sure I understand exactly what you're looking for K1. I plan on rewriting this script using techniques I'm developing in the Logo Toolbox script.

If you can provide some manual steps, it would help me understand what you're getting at and I can probably incorporate it into the rewrite.

Thanks!


I will explain, just need some extra time to think it over and make examples with images.
It's only in my head for now. Could be an interesting effect or total garbage.


Top
 Post subject: Re: 3D Extrusion V1.0
PostPosted: Tue Dec 24, 2013 1:40 pm  (#24) 
Offline
GimpChat Member
User avatar

Joined: Jul 06, 2013
Posts: 2607
Location: California
Rod wrote:
My only question is how did you find this? :lol :)



I'm with Rod on this one. How do you locate the script in gimp once you've downloaded it?


Top
 Post subject: Re: 3D Extrusion V1.0
PostPosted: Tue Dec 24, 2013 6:23 pm  (#25) 
Offline
GimpChat Founder
User avatar

Joined: May 22, 2008
Posts: 5242
Location: Gimpville
mackenzieh wrote:
How do you locate the script in gimp once you've downloaded it?

If you download the script from GIMP Scripts, you can click details to see the menu location of the script.

Image

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


Top
 Post subject: Re: 3D Extrusion V1.0
PostPosted: Tue Dec 24, 2013 7:11 pm  (#26) 
Offline
GimpChat Member
User avatar

Joined: Jul 06, 2013
Posts: 2607
Location: California
GnuTux wrote:
mackenzieh wrote:
How do you locate the script in gimp once you've downloaded it?

If you download the script from GIMP Scripts, you can click details to see the menu location of the script.

[ Image ]



Thanks. I was looking in the wrong place. :)


Top
 Post subject: Re: 3D Extrusion V2.0 (Completely Re-written)
PostPosted: Mon Jan 06, 2014 7:50 am  (#27) 
Offline
GimpChat Founder
User avatar

Joined: May 22, 2008
Posts: 5242
Location: Gimpville
3D Extrusion Release V2.0 has been rewritten from the ground up.

This script extrudes the image or selection in a given layer. Supports bump mapping & extrusion via 2D drawable transform.

Extrude An Arbitrary Selection Within A Layer
All Relevant Bump Map Options Now User Configurable
Option To Add End Cap
Option To Create Pattern Overlay
Option To Merge Visible Layers
Compatible With GIMP 2.6.x & GIMP 2.8.x

Image Image

Image

Extruded By Selection
Image

Download the update from GIMP Scripts.

Future releases will include Layer Group support and smart re-sizing, but as it stands now, you'll need to ensure your image canvas has room for the extrusion.

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


Top
 Post subject: Re: 3D Extrusion V2.0 (Completely Rewritten)
PostPosted: Mon Jan 06, 2014 8:10 am  (#28) 
Offline
Global Moderator
User avatar

Joined: Apr 07, 2010
Posts: 14182
Thank you,

_________________
Image


Top
 Post subject: Re: 3D Extrusion V2.0 (Completely Rewritten)
PostPosted: Mon Jan 06, 2014 10:14 am  (#29) 
Offline
GimpChat Member
User avatar

Joined: Jan 20, 2013
Posts: 591
What's "End Cap"?

_________________
Image


Top
 Post subject: Re: 3D Extrusion V2.0 (Completely Rewritten)
PostPosted: Mon Jan 06, 2014 10:55 am  (#30) 
Offline
Global Moderator
User avatar

Joined: Apr 07, 2010
Posts: 14182
I asked the same question Carlos. It is the top layer after you run the script that you can use to make more changes.
viewtopic.php?p=121842#p121842

_________________
Image


Top
 Post subject: Re: 3D Extrusion V2.0 (Completely Rewritten)
PostPosted: Mon Jan 06, 2014 12:14 pm  (#31) 
Offline
GimpChat Founder
User avatar

Joined: May 22, 2008
Posts: 5242
Location: Gimpville
Yes. Adding an End Cap will direct the script to make another copy of the original selection and add that back to the stack, which is what I'm calling the End Cap. This is so you can keep it above the extrusion and manipulate it, for effect. Here I've color shifted the end cap.

Image

By default, the script keeps the original layer/selection and adds an extrusion layer. Now that I think about it though, I might need to add another merge option to better facilitate workflow and possibly have an option to knock out the selection from original layer. Merge visible alone is probably not enough.

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


Top
 Post subject: Re: 3D Extrusion V2.0 (Completely Rewritten)
PostPosted: Mon Jan 06, 2014 5:28 pm  (#32) 
Offline
Script Coder
User avatar

Joined: Feb 18, 2011
Posts: 4827
Location: Bendigo Vic. Australia
Thank you GnuTux for updating this script

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


Top
 Post subject: Re: 3D Extrusion V2.0 (Completely Rewritten)
PostPosted: Tue Jan 07, 2014 6:11 am  (#33) 
Offline
GimpChat Member
User avatar

Joined: Jan 20, 2013
Posts: 591
Molly & GnuTux, thanks for the answer.

_________________
Image


Top
 Post subject: Re: 3D Extrusion V2.0 (Completely Rewritten)
PostPosted: Tue Jan 07, 2014 8:27 am  (#34) 
Online
GimpChat Member
User avatar

Joined: May 16, 2010
Posts: 14719
Location: USA
This script is phenomenal Tux. :)
Image

_________________
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 Extrusion V2.0 (Completely Rewritten)
PostPosted: Tue Jan 07, 2014 4:03 pm  (#35) 
Offline
GimpChat Member
User avatar

Joined: Aug 30, 2012
Posts: 2174
Thanks for the script Tux,

Thinking of a possible addition, to have a fade out option, basically each layer duplicated would have a slightly lower opacity than the last, maybe if possible a setting could be added for the amount of fade i.e. 50% or 100% fade.

saw this sign the other day, it was 3d lettering on a wall but the reflection was going back into the wall plus it had a slight drop shadow. Just trying to recreate the effect...

Image

I've achieved the reflection by creating different length extrusions and setting the opacity of each layer to 10.

_________________
Image


Top
 Post subject: Re: 3D Extrusion V2.0 (Completely Rewritten)
PostPosted: Tue Jan 07, 2014 4:57 pm  (#36) 
Offline
GimpChat Founder
User avatar

Joined: May 22, 2008
Posts: 5242
Location: Gimpville
You're welcome Graechan and Thanks, Rod. A few more tweaks and this script should be good to go. Maybe some kind of perspective option would be useful.

@He4rty - I think that's a great idea. I'll add it to the next release. :hi5

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


Top
 Post subject: Re: 3D Extrusion V2.0 (Completely Rewritten)
PostPosted: Tue Jan 07, 2014 6:10 pm  (#37) 
Offline
GimpChat Member
User avatar

Joined: Sep 24, 2010
Posts: 12535
Nice Tux; would also be cool to have a point zoom option (as in motion blur) or not. :)


Attachments:
extrusion.png
extrusion.png [ 826.62 KiB | Viewed 1835 times ]

_________________
Lyle

Psalm 109:8

Image
Top
 Post subject: Re: 3D Extrusion V2.0 (Completely Rewritten)
PostPosted: Tue Jan 07, 2014 6:15 pm  (#38) 
Offline
GimpChat Founder
User avatar

Joined: May 22, 2008
Posts: 5242
Location: Gimpville
Nice results, Lyle. I'm not sure what you mean by a point zoom. How would that work?

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


Top
 Post subject: Re: 3D Extrusion V2.0 (Completely Rewritten)
PostPosted: Tue Jan 07, 2014 6:29 pm  (#39) 
Offline
GimpChat Member
User avatar

Joined: Sep 24, 2010
Posts: 12535
A quicky (and not pretty), but here's what I'm talking about Tux. :)


Attachments:
extrusion.png
extrusion.png [ 199.92 KiB | Viewed 1827 times ]

_________________
Lyle

Psalm 109:8

Image
Top
 Post subject: Re: 3D Extrusion V2.0 (Completely Rewritten)
PostPosted: Tue Jan 07, 2014 6:33 pm  (#40) 
Offline
Global Moderator
User avatar

Joined: Apr 07, 2010
Posts: 14182
That is really pretty text Lyle.

_________________
Image


Top
Post new topic Reply to topic  [ 187 posts ]  Go to page Previous  1, 2, 3, 4, 5 ... 10  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