I am creating an icosphere and subdivide it.
When I do it in the GUI console, no warnings.
However, when I put these code into a script and invoke it by blender --background --python ..., I get the following warnings.
warning DM_ensure_tessface: could not create tessfaces from 240 polygons, dm->type=2
warning DM_ensure_tessface: could not create tessfaces from 960 polygons, dm->type=2
What does this warning mean?
