farbrausch / fr_public

Farbrausch demo tools 2001-2011
3.38k stars 346 forks source link

WZ4: DeleteFace can now delete associated vertices #67

Closed wzman closed 12 years ago

wzman commented 12 years ago

Flag to delete associated vertices of deleted faces.

rygorous commented 12 years ago

Minor niggle: You call the variable "KeepVertices", but KeepVertices==1 means "delete vertices" - why not name it DeleteUnusedVertices?

wzman commented 12 years ago

Right, but why make it so simple when it can be complicated ?

OK, I've changed variable name and Labels, maybe it's better now.

rygorous commented 12 years ago

Looks great, thanks for the fix!