blender_paint_vertex_colors
Create vertex color gradients along an axis for masks, toon shading, or baking masks.
Instructions
Write per-vertex colours as a gradient along an axis. Useful as a mask, for toon shading, or for baking masks into a vertex colour layer.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| axis | No | Axis to ramp along. | Z |
| layer | No | Colour attribute name. | Col |
| object | Yes | ||
| color_a | No | Colour at the low end. | |
| color_b | No | Colour at the high end. | |
| response_format | No | 'markdown' for readable output, 'json' for raw structured data. | markdown |