Wings 3D Development Forum
Edge | Extrude Normal [SOLVED] - Printable Version

+- Wings 3D Development Forum (https://www.wings3d.com/forum)
+-- Forum: Wings 3D (https://www.wings3d.com/forum/forumdisplay.php?fid=1)
+--- Forum: Bug Reports (https://www.wings3d.com/forum/forumdisplay.php?fid=12)
+--- Thread: Edge | Extrude Normal [SOLVED] (/showthread.php?tid=45)



Edge | Extrude Normal [SOLVED] - puzzledpaul - 11-21-2012

Just wondered if this (oldie) was still on a list / someone's radar ?

Select edges around a cyl end face and use above op., - observe weirdness.

pp


RE: Edge | Extrude Normal - Geta-Ve - 11-22-2012

I can confirm this, if it even needed confirming. Tongue


[Image: edgeWeird.png]


RE: Edge | Extrude Normal - optigon - 11-25-2012

It is difficult to rationalise this behaviour.

It seems intuitive that all the edges should remain even when they are all selected, but should the edge length of a single edge change if it is the only one selected?

In the case of a single edge, it is probably expected that the edge simply move along the expected normal (the average of the face normals on either side of the edge), and not change length. If the edge were to change length this would more likely be a vertex normal move.

In the case of two adjacent edges, their shared vertex is pulled by one edge not both. The position of the vertex is not averaged. Actually, the vertex is positioned for each edge successively, and comes to rest relative to the last edge moved.

A solution might be to have an accumulator sort all the vertices which are shared by more that one edge and then average their position for the final output, thus taking into account all the edge normals equally.

I guess that wasn't so difficult Tongue


RE: Edge | Extrude Normal - optigon - 11-25-2012

I've added a fix to my github.
branch: rj/extrude_edge_normal


RE: Edge | Extrude Normal - Geta-Ve - 11-25-2012

Woo! Great job sir. Biggrin