HalfFace.unset_face_attribute
- HalfFace.unset_face_attribute(face, name)[source]
Unset the attribute of a face.
- Parameters:
- faceint
The face identifier.
- namestr
The name of the attribute.
- Returns:
- None
- Raises:
- KeyError
If the face does not exist.
See also
Notes
Unsetting the value of a face attribute implicitly sets it back to the value stored in the default face attribute dict.