create_text
Create 3D text objects in Blender with customizable size, extrude depth, bevel edges, and alignment options. Supports multiple fonts and precise positioning.
Instructions
Create a 3D text object. Set extrude > 0 for 3D text depth. Set bevel_depth > 0 for beveled edges. Rotation in degrees. Alignment options: LEFT, CENTER, RIGHT for X; TOP, CENTER, BOTTOM for Y.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | ||
| size | No | ||
| text | Yes | ||
| align_x | No | CENTER | |
| align_y | No | CENTER | |
| extrude | No | ||
| location | No | ||
| rotation | No | ||
| font_path | No | ||
| bevel_depth | No |