blender_grease_pencil_create
Create grease pencil objects with multiple strokes, defining points and thickness for persistent 2D/3D drawing in the scene.
Instructions
Create a grease pencil object with one or more strokes. Grease pencil objects are persistent 2D/3D drawing objects in the scene.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Name for the grease pencil object. Default: 'GPencil' | |
| color | No | Stroke color as [R, G, B, A] with values 0-1. Default: [0, 0, 0, 1] (black) | |
| strokes | Yes | Array of stroke definitions, each with points and optional thickness |