Bugs of Polybevel.

   892   9   4
User Avatar
Member
133 posts
Joined: June 2024
Online
So, our unloved bevel.
I've been writing to support about these bugs for a whole year and unfortunately I see complete ignoring from the developers.
If you agree with me that having such errors in the basic function in Houdini in 2024 is simply unacceptable from any point of view - like, comment, attract the attention of the developers.

1) A stupid error in the scale by attributes, making it useless. Here is a demo cube and you logically want to reduce the bevel on narrow faces using an attribute. Without an attribute, your bevel is perfectly set to the limit. You apply the scale by the pscale attribute and ... your bevel stops moving on one side. Why? Disabling collision immediately fixes the problem and gives an answer - Because the offset is multiplied by the pscale, and the collision calculation is not multiplied. Incredibly absurd! They use different distances! Therefore, the smaller your pscale is, the sooner your bevel hits an invisible wall, and the larger your pscale is, the stronger the overlap will be before the collision calculation "sees" the collision. A simple arithmetic error that turns your bevel into garbage. I remember this every time I need this function. It's sort of there, but there's no point in it.

2) Bevel accuracy on inclined edges. Here's a square extruded into a pyramid with strongly inclined edges. It's better seen on it. A completely symmetrical figure, right? We apply the bevel and see that there is no symmetry at all. A simple square! And if you rotate it, you can see that the calculation error is somehow related to the angle of the edge to the world axes, since with a slight rotation the bevels constantly change their sizes. Horribly inaccurate. It catches the eye when you need to bring the bevels close to each other. We remember that beauty is always symmetry.

Attachments:
bugs bevel.hiplc (131.7 KB)
bandicam 2024-09-10 19-40-16-769.mp4 (4.6 MB)
bandicam 2024-09-10 19-41-49-549.mp4 (5.6 MB)

User Avatar
Member
380 posts
Joined: April 2018
Online
RGaal
2) Bevel accuracy on inclined edges. Here's a square extruded into a pyramid with strongly inclined edges. It's better seen on it. A completely symmetrical figure, right? We apply the bevel and see that there is no symmetry at all. A simple square! And if you rotate it, you can see that the calculation error is somehow related to the angle of the edge to the world axes, since with a slight rotation the bevels constantly change their sizes. Horribly inaccurate. It catches the eye when you need to bring the bevels close to each other. We remember that beauty is always symmetry.
This seems like a pretty nasty bug. It's curious that the same bug doesn't apply when beveling the points, where it does seem to be applied symmetrically. I'll add a bug report myself.
User Avatar
Member
133 posts
Joined: June 2024
Online
Let's look at a frequently needed bevel for a pit. 2 options - with and without inset.
Let's take a bevel in blender as an example. We use 1 modifier, which has three rounding options and 1 with round corners is perfect. Excellent mesh and excellent shading in both options. In one action.

Let's look in Houdini. You can select an edge shift and this will slightly improve the rounding in one option and will not help in the option with inset. Shading is bad and very bad.

Let's expand the area for the bevel and get a dense mesh and the shading from very bad will become simply bad.

What else can be done?
We make 1 bevel for the inner edges and the second bevel for the outer edges separately and MANUALLY correct the overlaps. Finally, we get an acceptable result.

Total - three iterations, 2 manual selections, 2 bevels and 4 manual adjustments for corners. In this case, the mesh will be bad and it is better to delete 16 edges and make 8 new polysplits. And this is only for 1 hole. Too many nodes and manual operations! Parameterization is fictitious. If you have many holes, it is not viable. Compare with one operation in blender for any number of holes. It's ironic, but "destructive" blender in the case of bevel looks much more parametric than "parametric" Houdini.
Guys, bevel is an essential basic function, without which it is impossible to imagine modeling. But bevel in Houdini is an inconvenient and inefficient old node with bugs and shortcomings, which has no place in 2024. Please, make it relevant to the times, it's not 1990 outside!
Users, please, demand that developers stop building castles in the air and let them make basic tools normal.
Edited by RGaal - Sept. 14, 2024 13:21:56

Attachments:
2024-09-14_11-46-56.jpg (60.6 KB)
2024-09-14_12-39-58.jpg (81.7 KB)
2024-09-14_12-42-34.jpg (74.4 KB)
2024-09-14_19-46-43 (2).jpg (113.4 KB)

User Avatar
Member
108 posts
Joined: June 2020
Offline
Houdini's bevel has lots of nice options that you can play with to modify the result. You can achieve results that are superior to Blender imo as you aren't left with ngons.

Attachments:
Bevel.png (496.2 KB)

User Avatar
Member
133 posts
Joined: June 2024
Online
Well, I must admit that Ray can solve shading problems quite effectively and everything looks much better. And it's much better than in blender. Fact.
Edited by RGaal - Sept. 15, 2024 06:21:18

Attachments:
Screenshot 2024-09-15 131816.jpg (45.0 KB)

User Avatar
Member
133 posts
Joined: June 2024
Online
but in slightly more complex angles, Houdin's bevel still reveals its shortcomings. Compare with blender and its rounded bevel. Same obj.

Edited by RGaal - Sept. 17, 2024 06:45:16

Attachments:
2024-09-16_22-35-20.png (565.3 KB)
2024-09-16_22-35-37.png (195.8 KB)
untitled.obj (96.2 KB)

User Avatar
Member
357 posts
Joined: March 2009
Offline
I’m hoping that Modeller 2024 will be out soon and will address these and more.
User Avatar
Member
133 posts
Joined: June 2024
Online
I don't think so. The modeler is just a set of convenient things around nodes that greatly facilitate interaction. But it doesn't change the core itself, which is logical.
User Avatar
Member
357 posts
Joined: March 2009
Offline
RGaal
I don't think so. The modeler is just a set of convenient things around nodes that greatly facilitate interaction. But it doesn't change the core itself, which is logical.

Hmmm. I thought that modeler had its own tools especially for bevelling.
User Avatar
Member
76 posts
Joined: Nov. 2023
Online
RGaal
The modeler is just a set of convenient things around nodes that greatly facilitate interaction.
No, that's not quite right. VEX is used in almost every HDA, including for creating geometry. For example, the Connect tool, which connects components with new edges, uses VEX to create new polygons. The Edge Flow tool interpolates point positions using the Bezier method and consists of just one VEX node. And so on...
As for the Bevel operation, it can also be implemented with VEX, but I haven't gotten around to that yet.
  • Quick Links