So... how does one unhide/hide the polygon normals? Thanks guys!
Display>Polygon Components>Normals
thank ye
Or you could apply this script to a hotkey that will toggle the normals on and off for your selected objects.
string $all[] = ls -sl;toggle -normal $all;
ls -sl