Created by: zeffii
allows the viewer to display concave quads correctly, if the node's handle_concave_quads
parameter is set to True, else the node assumes the quad is convex (as will likely be the case most of the time, for most quads)
also restores the ngon handling by removing the reverse()
function. This was fixed in Blender last week