Wings 3D Development Forum
Text help please. - Printable Version

+- Wings 3D Development Forum (https://www.wings3d.com/forum)
+-- Forum: Wings 3D (https://www.wings3d.com/forum/forumdisplay.php?fid=1)
+--- Forum: Interface & Usage (https://www.wings3d.com/forum/forumdisplay.php?fid=3)
+--- Thread: Text help please. (/showthread.php?tid=3041)

Pages: 1 2


RE: Text help please. - GRUMP - 11-09-2021

Good luck. I hope I am being of some use with all this, if you want anything testing I would be happy to do it with guidance.


RE: Text help please. - micheus - 11-09-2021

Quote:No subdivision or other editing, select cube, Boolian TEST. select text then stays in loop.
Yeah, doing that I got the Wings3D hanging as well.

But, as I said, use a simple panel without subdivision may bring us problems - mainly if the second object has so many vertex which will require connections to only four vertex.

I just made three cut and it worked correctly. Notice the amount of connections to a single vertex - have that in mind and then you can have a better guess about the needed subdivision before to apply the boolean operation:
[Image: Boolean-arial-2.png]


RE: Text help please. - GRUMP - 11-10-2021

Thanks for your work on this, I must admit I am very new to boolian and this was my first play the functions of it.
The other thing I have done is to remove 2.2.5 config and .local files and set preferences in 2.2.7 in the event they were confusing something.
I think I have found my way around the boolian functions reasonably well enough to be able to use them and can see it being a really useful addition to Wings 3D, I am loving it.
https://drive.google.com/file/d/17V7DlJFCq8dnkJoXWJZRGukH-GKuDYy6/view?usp=sharing
https://drive.google.com/file/d/1sid13aAerGTIcCmWgmp-73HHC9-EZjcz/view?usp=sharing

I have learned more in the last day or two than ever before about Wings3D thanks again for your time and patience.


RE: Text help please. - micheus - 11-10-2021

No problem. I'm here for that. Smile


RE: Text help please. - GRUMP - 11-10-2021

Well I appreciate you being here for that, and yes, you are quiet correct but why wouldn't you be? Making cuts does work every time.
   


RE: Text help please. - micheus - 11-11-2021

Just to help you to get better the idea about when and where to cut the first object...

I used Separate command in the text and then I got each character as an object. Then I made the subtraction of the dense one in the middle in order to show you what may be happens in the process that cause the "loop".

Notice the amount of faces that are under the other characters. By doing the same with each other that would create a lot of intersections to be solved. I believe the code is not able to handle it as good as our sight (and brain). Smile
[Image: Boolean-arial-3.png]

So, we can help it by adding cut around each character (at least for the more dense ones) - by cut I mean to use Connect [RMB] (selecting with the Right Mouse Button we are enter in Slide mode which is useful in this situation):
[Image: Boolean-arial-4.png]

And then we can get a clear result:
[Image: Boolean-arial-5.png]



About the border...

We can use the resultant selected edges to set them as hard and get sharp results:

[Image: Boolean-arial-6.png]

or..

We can use the main menu Select->By->Hard Edges and get the inner hard edges selected and then switch to Face selection mode [F] and get the engraved faces selected and work with them to make the border soft:

[Image: Boolean-arial-7.png]

[Image: Boolean-arial-8.png]

[Image: Boolean-arial-9.png]