MeshLoopColorLayer(bpy_struct)

base class — bpy_struct

class bpy.types.MeshLoopColorLayer(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 MeshLoopColor, (readonly)
name

Name of Vertex color layer

Type :string, default “”, (never None)

Inherited Properties

Inherited Functions

References

Previous topic

MeshLoopColor(bpy_struct)

Next topic

MeshLoops(bpy_struct)