create_text
Generate 3D text objects in Blender by specifying text content, location, size, and optional font customization for 3D modeling and animation projects.
Instructions
Create a 3D text object.
Args: text: The text string to display. name: Optional name for the text object. location: 3D location as (x, y, z). size: Font size. font: Optional path to a font file. Uses default Blender font if empty.
Returns: Dict with created text object name.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | ||
| name | No | ||
| location | No | ||
| size | No | ||
| font | No |