pub type PostProcess = AnimationPostProcess;Expand description
Backwards-compatible alias for AnimationPostProcess.
Aliased Type§
pub struct PostProcess {
pub operation_type: String,
pub fps: Option<i32>,
}Fields§
§operation_type: StringOperation: “change_fps”, “fbx2usdz”, “extract_armature”.
fps: Option<i32>Target FPS (for “change_fps”): 24, 25, 30, 60.