| cutting text out of an object in blender [message #16002] Fri, 13 August 2010 03:14 UTC |
 |
|
I can't figure out the boolean function in Blender (I am using 2.53)
So I tried using sculpt mode with a an image that has a line of text in an image as the brush.
This does create an impressed image (like a footprint in sand) of the line of text in the object. But it still isn't coming out quite like I would like.
Any suggestions?
For special discounts and news add us on Facebook: https://www.facebook.com/Craftosterone
www.Craftosterone.com
http://www.shapeways.com/shops/novakingway
|
|
|
|
| Re: cutting text out of an object in blender [message #16016 is a reply to message #16002 ] Fri, 13 August 2010 10:09 UTC |
  |
|
I don't fully understand Tommy_2Tall's suggestion--and I wish I did, because it sounds like it could be an improvement over what I do. I'm not sure it answers the question, though, or maybe I'm missing something.
What I do in order to "press" text into something is to use a Text object, convert it to Mesh, and then Extrude it, as Tommy_2Tall says. Then take that solid object and place it on the surface where you want the text. There are ways to align it to the Normal coordinate system so it's aligned correctly. Then move the solid text so it's partway *inside* the surface (i.e. move it farther down). Then use the Boolean operations (in Object mode) to take the difference of the main object (the surface) and the extruded text. You have to select the main object first, *then* shift-select the text, hit "w" and choose "Difference". You'll have to move the originals away (or delete them) to see the results.
Be careful, though. With really complex objects, boolean operations can take *ages*, and I've also found they start getting buggy and remove faces that shouldn't be removed. You might have to break the problem down into smaller pieces.
|
|
|
| Re: cutting text out of an object in blender [message #16017 is a reply to message #16016 ] Fri, 13 August 2010 10:49 UTC |
 |
|
Sorry for the confusion... I realized now that I left out the parts about joining the two mesh objects and stitching them together manually... The boring and tedious parts basically. 
I think the major difference between our two methods is that you do a boolean subtraction(/"cut") with the text mesh and I try to "merge" the meshes manually.
Steps 5-... should be something like this:
5: align the text-mesh object and the main object that should have the text inserted so that the text is where you want it.
6: edit the main object and remove the faces where the text mesh will be.
7: join/merge the text mesh object and the main object into one object.
8: Create new faces to fill the holes between the text mesh and the hole in the main object.
The end result of my approach can be seen if you view my beltloop wallet cardholder in the 3D Viewer mode. It's on the "back" side and unfortunately I didn't take any screen shots of it.. but the lines in the text are approx. 0.5mm wide and 0.6mm deep (but rounded so probably around 0.4-0.5 mm deep).
[Updated on: Fri, 13 August 2010 11:06 UTC]
|
|
|