Offset surface in the same direction

Hi, I would like to use an offsetsrf for multiple surfaces at a time. However, the direction of the surfaces are different. So I require to pick each surface and change their orientation.

I would like to know if there is any shortcut way to change the orientation of all surfaces in a specified direction?

You can try one of these scripts maybe…

Makes surface normals point generally towards Z-up
UnifyNormalsZ.py (1.4 KB)

Makes surface normals point generally towards the camera
UnifyNormalsView.py (1.3 KB)

Edit - here’s one last one I just hacked together to orient normals towards a picked point.
UnifyNormalsPoint.py (1.6 KB)

2 Likes