Hey guys,
I have quite a simple problem here: We often get lots of CAD data. On some parts, the normals are flipped, so far so good.
Because the normal-modifier does not work on imported Nurbs data (breaks normals), I have to use the following workaround:
Select the part you want to flip -> right click -> convert to editable poly -> go to polygon sub-object-mode -> select all polygons -> use "flip" in the edit polygons section of the editable poly.
This way, all the normals are preserved and correctly flipped. However, this becomes a tedious process, because there is lots of clicking involved. I tried to put this into a small script with a little help from the macro recorder, but somehow it gets stuck when selecting all polygons, because polycount on every part varies. Is there somebody out there who could give some help?
I have quite a simple problem here: We often get lots of CAD data. On some parts, the normals are flipped, so far so good.
Because the normal-modifier does not work on imported Nurbs data (breaks normals), I have to use the following workaround:
Select the part you want to flip -> right click -> convert to editable poly -> go to polygon sub-object-mode -> select all polygons -> use "flip" in the edit polygons section of the editable poly.
This way, all the normals are preserved and correctly flipped. However, this becomes a tedious process, because there is lots of clicking involved. I tried to put this into a small script with a little help from the macro recorder, but somehow it gets stuck when selecting all polygons, because polycount on every part varies. Is there somebody out there who could give some help?
Comment