Jump to content


freestyle for blender


2 replies to this topic

#1 fireside

    Senior Member

  • Members
  • PipPipPipPip
  • 1590 posts

Posted 13 September 2012 - 03:13 AM

For blender users, there is an edge finder called freestyle that does some interesting kind of hand drawn looks. This is something I had on my hard drive I did a while back that I did with it:
http://www.freeimagehosting.net/5566l

You have to download the entire blender program to try it out or else recompile it yourself. Keep in mind I just played around with it for a little while and it's a very large image. A smaller one would look better I think. Also, there are lots of other scripts for different effects.
Currently using Blender and Unity.

#2 TheNut

    Senior Member

  • Moderators
  • 1701 posts
  • LocationCyberspace

Posted 13 September 2012 - 11:00 AM

Lots of interesting information on their blog that outlines how they do certain things. I quite like the idea of using perlin noise to draw more turbulent outlines. The algorithm is based off silhouette edge detection though, so runtime performance will take a bit of a hit over using raster based algorithms like sobel. Still, it might be interesting to bake the results to a texture and use that in real-time instead of doing any calculations, leaving the GPU to only process cel shaded lighting. While the author has been trying to integrate this into core blender since 2007, hopefully he can pull some strings because I've been doing some cel shaded work and this would come in handy for prerendered graphics.
http://www.nutty.ca - Being a nut has its advantages.

#3 fireside

    Senior Member

  • Members
  • PipPipPipPip
  • 1590 posts

Posted 13 September 2012 - 11:18 AM

Yeah, I was thinking more for 2d sprites. It's a long ways from real time because there's a pretty long wait on my old computer, but there might be some way to speed it up for real time. That would be interesting. I'd like to try a little 2d html5 game and it would be great for that.
Currently using Blender and Unity.





1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users