anim_orbit
Generate orbital motion animation: object orbits around a center with configurable radius, duration, and axis.
Instructions
Create an orbital/circular motion animation.
Args: object_name: Object to animate center: Center point [x, y, z] (default [0,0,0]) radius: Orbit radius frames: Frames for one complete orbit axis: Rotation axis (X, Y, or Z)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| axis | No | Z | |
| center | No | ||
| frames | No | ||
| radius | No | ||
| object_name | Yes |