MeshArtist.draw_vertices
-
MeshArtist.
draw_vertices
(vertices=None, color=None)[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 specififcation for the vertices.
- Returns
list of
bpy.types.Object