MeshArtist.draw_vertices

MeshArtist.draw_vertices(vertices: 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 vertices.

Parameters
  • vertices (list) – A list of vertex keys identifying which vertices to draw. Default is None, in which case all vertices are drawn.

  • color (rgb-tuple or dict of rgb-tuple) – The color specification for the vertices.

Returns

list of bpy.types.Object