Just some nice updates in drawing (extruded) Curve objects;

- display of 'smooth' or 'solid' is correct now
- standard bevel and extrude displays in 'smooth' correctly now (with sharp
  edges where you expect it)
This commit is contained in:
2004-10-31 13:51:36 +00:00
parent c00d921739
commit 6c04fe887e
6 changed files with 78 additions and 32 deletions

View File

@@ -607,6 +607,7 @@ void do_common_editbuts(unsigned short event) // old name, is a mix of object an
else nu->flag &= ~ME_SMOOTH;
nu= nu->next;
}
makeDispList(base->object);
}
}
base= base->next;