VertexColors(bpy_struct)

base class — bpy_struct

class bpy.types.VertexColors(bpy_struct)

Collection of vertex colors

active

Active vertex color layer

Type :MeshColorLayer
active_index

Active vertex color index

Type :int in [0, inf], default 0
new(name="UVTex")

Add a vertex color layer to Mesh.

Parameters:
  • name (string, (optional)) – UV Texture name.
Returns:

The newly created layer.

Return type:

MeshColorLayer

Inherited Properties

Inherited Functions

References

Previous topic

VectorNodeSocket(bpy_struct)

Next topic

VertexGroup(bpy_struct)