MeshArtist.draw_faces
- MeshArtist.draw_faces(faces: Optional[List[int]] = None, color: Optional[Union[str, Tuple[int, int, int], Tuple[float, float, float], List[Union[Tuple[int, int, int], Tuple[float, float, float]]], Dict[int, Union[Tuple[int, int, int], Tuple[float, float, float]]]]] = None) List[bpy.types.Object] [source]
Draw a selection of faces.
- Parameters
faces (list) – A list of face keys identifying which faces to draw. The default is
None
, in which case all faces are drawn.color (rgb-tuple or dict of rgb-tuple) – The color specification for the faces.
- Returns
list of
bpy.types.Object