rig_skin_weight_table
Inspect skin weight data (vertex-bone assignments) for skinned objects using pagination, letting you validate weight distributions before exporting.
Instructions
读取对象的蒙皮权重表(顶点 x 骨骼)。只读,支持分页。导出前核对权重很有用。 [English] Read the skin weight table (vertices x bones). Read-only, paginated. Handy to verify weights before export.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | 最多返回顶点数,默认 200。 | Maximum vertices, default 200. | |
| offset | No | 跳过的顶点数,默认 0。 | Vertices to skip, default 0. | |
| objects | No | 带 Skin 的对象名列表;省略则取选择中的第一个。 | Skinned objects; the first of the selection if omitted. |