puppet_create_humanoid_rig
Creates a six-part humanoid rig from named PNG images in a folder, automatically positioning them for a standard layout on a 1080p frame.
Instructions
Create a standard 6-part humanoid rig from a folder of images.
Expects PNG files named: head.png, body.png, left_arm.png, right_arm.png, left_leg.png, right_leg.png in the image directory.
Parts are auto-positioned for a standard humanoid layout on a 1080p frame.
Args: name: Character name image_dir: Absolute path to folder containing part images position_x: X position on screen (0 = center) position_y: Y position on screen (0 = center) scale: Overall scale multiplier
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| image_dir | Yes | ||
| position_x | No | ||
| position_y | No | ||
| scale | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |