MeshColorLayer(bpy_struct)¶
base class — bpy_struct
-
class
bpy.types.
MeshColorLayer
(bpy_struct)¶ Layer of vertex colors in a Mesh data-block
-
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
ofMeshColor
, (readonly)
-
name
¶ Name of Vertex color layer
Type: string, default “”, (never None)
-
Inherited Properties
Inherited Functions
References