blender_annotation_add
Add 3D annotation strokes as a grease pencil layer to mark up geometry, draw guides, or highlight areas of interest in a Blender scene.
Instructions
Add 3D annotation strokes to the scene as a grease pencil annotation layer. Useful for marking up geometry, drawing guides, or highlighting areas of interest.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| color | No | Stroke color as [R, G, B, A] with values 0-1. Default: [1, 0, 0, 1] (red) | |
| points | Yes | Array of [x, y, z] points defining the stroke path | |
| thickness | No | Stroke thickness in pixels. Default: 3 | |
| layer_name | No | Name of the annotation layer to add strokes to. Created if it doesn't exist. Default: 'Annotations' |