iI need to create test file for my program. But it understands onlyonly accepts polygons with 3 vertices - triangles as input. How can iI convert all polygons of some object into triangles?
I know how to select all faces, but how to split them into triangles.