blender_grease_pencil_markup
Overlay arrows, circles, rectangles, and text annotations on rendered images to highlight key areas and clarify visual feedback for 3D modeling tasks.
Instructions
Overlay markup annotations (arrows, circles, rectangles, text) on a rendered image. Uses Pillow if available, otherwise falls back to Blender compositor.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| annotations | Yes | Array of annotation objects to draw on the image | |
| output_path | Yes | Path to save the annotated output image | |
| render_path | Yes | Path to the input rendered image file (PNG, JPG, etc.) |