NVil Forum

General Category => Feature Requests => Topic started by: Vaquero on March 05, 2019, 10:31:19 am

Title: Edge NormalMove like Local Move Polygon
Post by: Vaquero on March 05, 2019, 10:31:19 am
Hi! Either I can't find it or it doesn't exist. I want to move edges along face normals (e.g. average face normal of adjacent faces) and not along the vertex normals, so it behaves more like Local Move Polygon. You can see the issue below:
(https://i.postimg.cc/zBgrKNsp/edge-Normal-Move.gif)[/url]

As you see the edges deform outward compared to moving the polygons which is like moving the vertices along their normals. But I want the edges to consider the adjacent polygon normals instead. I can think of 2 modes analog to LocalMove Polygon: average normal of all polygons adjacent to edge selection, and individual edge normals (each edge by average normal of the 2 adjacent polygons).

So in the result would be like this with moving by each adjacent polygons:
(https://i.postimg.cc/gJMjJGPJ/NVil-normal-Move-Edge-like-Poly.jpg)

I think it's basically like LocalMovePolygon but not moving the unselected vertices.
Title: Re: Edge NormalMove like Local Move Polygon
Post by: IStonia on March 05, 2019, 12:24:03 pm
Try this.
http://www.digitalfossils.com/Download/NVil-Mar-06-19.rar

Use this basic streamline tool.
Tweak_NormalMove(RespectPolygonNormal)
The default setting for this tool is, Z+RMB.
Title: Re: Edge NormalMove like Local Move Polygon
Post by: IStonia on March 07, 2019, 09:21:55 am
Try this.
http://www.digitalfossils.com/Download/NVil-Mar-07-19.rar

The move at corner in the version of last post is not correct.
Title: Re: Edge NormalMove like Local Move Polygon
Post by: Vaquero on March 11, 2019, 07:35:02 pm
Thanks for your effort!
I just had a look at the version from march 7th, but I don't see a difference with Tweak_NormalMove(RespectPolygonNormal) applied to edge selection or edge highlighting.

Actually, I found that the LocalMove/NormalMove tools behave very unpredictable and most of the time not at all as I would want. With a bit more time, I'll create a chart with what I mean.
Title: Re: Edge NormalMove like Local Move Polygon
Post by: IStonia on March 11, 2019, 09:41:10 pm
Thanks for your effort!
I just had a look at the version from march 7th, but I don't see a difference with Tweak_NormalMove(RespectPolygonNormal) applied to edge selection or edge highlighting.

I made a model similar to the one you demonstrated and I can use "Tweak_NormalMove(RespectPolygonNormal)" to get this result.

(https://i.postimg.cc/gJMjJGPJ/NVil-normal-Move-Edge-like-Poly.jpg)