sidebar features
sidebar content

Go Back   Blender Artists Forums > Artwork > Blender Tests

Reply
 
Thread Tools
Atom's Avatar
Atom Atom is offline
Member
 
Join Date: Jan 2006
Location: Ohio
Posts: 5,336
Hi All,

I just discovered Wordle.net. It is a website that generates a word cloud from text you enter or the tags it can fetch from a website or RSS feed. I know, everybody else has probably already heard about it, I guess I have had my head under a rock.

What I did was generate a word cloud from my website and click the print button. But instead of actually sending it to the printer, I sent it to a PDF (care of PDF Creator). Then I opened the PDF in Illustrator and saved it out as a SVG file. I imported the SVG file into Blender and told the importer to use the colors and make an object out of every curve.

Yikes, I ended up with over 400 letters to manage. So there was some fixup time, about 2 hours, then I had my word cloud as 2D curves inside Blender. Feeling kind of discouraged about having to set the extrude for 400 objects, I wrote a little script to do that for me.

Here is the Wordle helper script that will apply the same extrude to all curve objects it finds in the scene.
Code:
import Blender as B import math def SetCurveExtrusions(): scn = B.Scene.GetCurrent() obs = scn.objects for i in obs: if i.getType() == 'Curve': print ("Working on [" + i.name + "].") curvedata = i.data # Set the extrude value for this curve. curvedata.setExt1(0.06) i.update() B.Redraw() if __name__ == '__main__': SetCurveExtrusions ()
Even with the fixup time, it was still fairly quick to create a bunch of text that is layed out in an artistic way with an eye pleasing palette.
Attached Thumbnails
Click image for larger version

Name:	wordle_render.jpg
Views:	43
Size:	152.0 KB
ID:	95031   Click image for larger version

Name:	wordle_render2.jpg
Views:	44
Size:	104.7 KB
ID:	95032  
............................................
Windows XP 64, 3Gb RAM, nVidia 9500M GS

Blender 2.49.2, Python 2.64

2.49b Scripts:
Blendgraph
Meshfoot
Cubic Transition
APE
BlendText

2.49b Scenes:
After Effects Stroke
Page Rip or Tear
Opening A Book
Single Page Turn
3DSMax Super Spray


Last edited by Atom; 16-Jan-10 at 03:17.
#1   Old 16-Jan-10, 03:11   
Reply With Quote


Meta-Androcto's Avatar
Meta-Androcto Meta-Androcto is offline
Member
 
Join Date: Aug 2006
Location: australia
Posts: 2,579
great job, that's really cool.
you should let Mato know about this for his svg work.
#2   Old 16-Jan-10, 05:48   
Reply With Quote
Atom's Avatar
Atom Atom is offline
Member
 
Join Date: Jan 2006
Location: Ohio
Posts: 5,336
Who is Mato and what SVG work? I do have some suggestions if you are referring to the 2.5 SVg import.
............................................
Windows XP 64, 3Gb RAM, nVidia 9500M GS

Blender 2.49.2, Python 2.64

2.49b Scripts:
Blendgraph
Meshfoot
Cubic Transition
APE
BlendText

2.49b Scenes:
After Effects Stroke
Page Rip or Tear
Opening A Book
Single Page Turn
3DSMax Super Spray

#3   Old 16-Jan-10, 13:30   
Reply With Quote
Meta-Androcto's Avatar
Meta-Androcto Meta-Androcto is offline
Member
 
Join Date: Aug 2006
Location: australia
Posts: 2,579
Mato is this guy http://graphicall.org/builds/builds/...n=show&id=1105
working on the vectex(svg texture) builds, he has got very far.
you would most likely be a valuable help to him & both ways.
just bumped his thread / macouno's thread in scripts.
#4   Old 16-Jan-10, 14:09   
Reply With Quote
Reply

Bookmarks

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT. The time now is 17:00.


Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
Logo and website design copyright © 2006 by froodee design bureau. All rights reserved.
Blender Headlines
Featured Artwork
Crocodile by Julia Korbut
Classic vintage look renders by HANGAR
Blending life - Old George by bigbad
Other Blender Sites
new icon Blender Homepage »
The official Blender homepage
new icon BlenderNation »
Fresh Blender News, Every Day
new icon Blenderart Magazine »
Blender articles, tutorials and images.
Social BlenderArtists