Fix T81967: Crash when using extrude on a text object
Caused by rBa308607a5334, which mistakenly removed these lines.
This commit is contained in:
@@ -607,6 +607,9 @@ static void bevels_to_filledpoly(Curve *cu, ListBase *dispbase)
|
||||
float *fp, *fp1;
|
||||
int a, dpoly;
|
||||
|
||||
BLI_listbase_clear(&front);
|
||||
BLI_listbase_clear(&back);
|
||||
|
||||
LISTBASE_FOREACH (DispList *, dl, dispbase) {
|
||||
if (dl->type == DL_SURF) {
|
||||
if ((dl->flag & DL_CYCL_V) && (dl->flag & DL_CYCL_U) == 0) {
|
||||
|
||||
Reference in New Issue
Block a user