MeshObject.modify_faces
- MeshObject.modify_faces(faces, names=None)[source]
Update the attributes of selected faces.
- Parameters
vertices (list) – The vertices of the vertices of which the attributes should be updated.
names (list, optional) – The names of the attributes that should be updated. Default is to update all available attributes.
- Returns
bool – True if the attributes were successfully updated. False otherwise.