create_animation_path
Animate objects along predefined curves in Blender by applying Follow Path constraints for motion control.
Instructions
Make an object follow a path (curve) using a Follow Path constraint.
Args: object_name: Name of the object to animate along the path. path_object: Name of the curve object to use as the path.
Returns: Confirmation dict with constraint details.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| object_name | Yes | ||
| path_object | Yes |