bpy.ops.pose

def apply_prime_field( *, is_apply_armature_modifier, is_deform_preserve_volume, is_keep_original, is_preserve_shape_key_values, is_swap_prime_field):

現在のポーズで素体化
現在のポーズで衣装をモデリングしやすくする素体を作成します
is_apply_armature_modifier: boolTrue
関係するメッシュのアーマチュアを適用

is_deform_preserve_volume: boolTrue
アーマチュア適用は体積を維持

is_keep_original: boolTrue
Keep Original
If the armature is already primed, don't replace the base pose with the current rest pose

is_preserve_shape_key_values: boolTrue
Preserve Shape Key Values
Ensure shape key values of child mesh objects are not changed

is_swap_prime_field: boolFalse
Swap Prime Field

def copy_prime_field(*, is_key_location, is_key_rotation, is_key_scale, is_only_selected):

Copy Prime Field
Copies the visual pose of the selected object to the prime field of the active object
is_key_location: boolTrue
Key Location

is_key_rotation: boolTrue
Key Rotation

is_key_scale: boolTrue
Key Scale

is_only_selected: boolTrue
Only Selected