Fix #21369: normals on extruded text and curve objects were flipped

for the backside, giving problems with e.g. boolean operations.
This commit is contained in:
2010-06-23 13:18:50 +00:00
parent 4e851ac670
commit 989cca1434
4 changed files with 12 additions and 9 deletions

View File

@@ -419,7 +419,7 @@ static PyObject *M_Geometry_PolyFill( PyObject * self, PyObject * polyLineSeq )
}
else if (totpoints) {
/* now make the list to return */
filldisplist(&dispbase, &dispbase);
filldisplist(&dispbase, &dispbase, 0);
/* The faces are stored in a new DisplayList
thats added to the head of the listbase */