オブジェクトの編集
update_objectModify an existing object's layer, frame range, and effect parameters using its index. Merge updates into specific effects or add/remove filters for fine-grained control.
Instructions
既存オブジェクトのレイヤー/フレーム範囲/エフェクトパラメータを変更する。object_index は read_project が返す index。effect_index を指定してそのエフェクトの params をマージ更新する。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | ||
| layer | No | ||
| scene | No | ||
| params | No | effect_index のエフェクトにマージするパラメータ | |
| frame_end | No | ||
| add_filters | No | 描画エフェクトの直前に追加するフィルタ効果 | |
| frame_start | No | ||
| effect_index | No | パラメータを変更するエフェクトの番号 (0=メディア入力) | |
| object_index | Yes | ||
| remove_effect_index | No | 削除するエフェクト番号 (先頭と末尾は削除不可) |