Heya,
I need an alternative to Move Normal addon. Does anybody have one, that properly moves to polygons or vertices along their normal, while maintaining the angles? Or if one can help with the math to do it in ICE that would be really useful as well…
Cheers
Szabolcs
Maybe you can find something for it in the apply-thickness ICE-setup?
/Thomas
Unfortunately it doesn’t really move the polygons, but the vertices of the polygons. And if you check, you will se, it doesn’t maintain the angles of neighboring polygons. That’s why I need a real move along normal for polygons. Movenormal seems to make plenty of bugs…
try this:16 is the polygon index of the desired polygon
<push_polygon.PNG>
Thanks I’ll check. The problem is that I use movenormal mostly for creating CAGE for normal map calculation with xNormal. And I should maintain topological identity between the low res and cage geometries…
From: softimag...@listproc.autodesk.com [mailto:softimag...@listproc.autodesk.com] On Behalf Of Brent McPherson
Sent: Friday, July 06, 2012 10:15 AM
To: soft...@listproc.autodesk.com
Subject: RE: Alternatives to move normal?
Hi Szabolcs,
Another approach would be to use the new extrude-along-normal operator which maintains polygon angles, planarity etc. and then delete the added edge loops. (You might even be able to script the edge loop deletion)
You should file a bug request for a move-along-normal operator since all the pieces are there and just need to be extracted from the extrude op.
--
Brent

From: softimag...@listproc.autodesk.com [mailto:softimag...@listproc.autodesk.com] On Behalf Of Sebastian Kowalski
Sent: 05 July 2012 16:16
To: soft...@listproc.autodesk.com
Subject: Re: Alternatives to move normal?
now you just need to get the average polygonnormals of the neighbours ;)
Am 05.07.2012 um 17:12 schrieb Sebastian Kowalski:
try this:
16 is the polygon index of the desired polygon
<push_polygon.PNG>
Am 05.07.2012 um 11:15 schrieb Szabolcs Matefy:
Unfortunately it doesn’t really move the polygons, but the vertices of the polygons. And if you check, you will se, it doesn’t maintain the angles of neighboring polygons. That’s why I need a real move along normal for polygons. Movenormal seems to make plenty of bugs…