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 :Collection of MeshColor, (readonly)
name
Type :string, default “”

Inherited Properties

Inherited Functions

References

Previous topic

MeshColor(bpy_struct)

Next topic

MeshDeformModifier(Modifier)