MeshColorLayer(bpy_struct)

base class — bpy_struct

class bpy.types.MeshColorLayer(bpy_struct)

Layer of vertex colors in a Mesh datablock

active

Sets the layer as active for display and editing

Type :boolean, default False
active_render

Sets the layer as active for rendering

Type :boolean, default False
data
Type :bpy_prop_collection of MeshColor, (readonly)
name

Name of Vertex color layer

Type :string, default “”

Inherited Properties

Inherited Functions

References

Previous topic

MeshColor(bpy_struct)

Next topic

MeshDeformModifier(Modifier)