Skip to main content

Module tasks

Module tasks 

Source
Expand description

Per-variant task request structs and the top-level TaskRequest dispatch enum.

Re-exports§

pub use check_riggable::CheckRiggableRequest;
pub use convert_model::ConvertModelRequest;
pub use image_to_model::ImageToModelRequest;
pub use mesh_completion::MeshCompletionRequest;
pub use mesh_segmentation::MeshSegmentationRequest;
pub use multiview_to_model::MultiviewToModelRequest;
pub use refine_model::RefineModelRequest;
pub use retarget_animation::AnimationInput;
pub use retarget_animation::RetargetAnimationRequest;
pub use rig_model::RigModelRequest;
pub use smart_lowpoly::SmartLowpolyRequest;
pub use stylize_model::StylizeModelRequest;
pub use text_to_model::TextToModelRequest;
pub use texture_model::TextureModelRequest;
pub use texture_model::TexturePrompt;

Modules§

check_riggable
check_riggable task variant. Wire type: animate_prerigcheck.
convert_model
convert_model task variant.
image_to_model
image_to_model task variant.
mesh_completion
mesh_completion task variant.
mesh_segmentation
mesh_segmentation task variant.
multiview_to_model
multiview_to_model task variant.
refine_model
refine_model task variant.
retarget_animation
retarget_animation task variant. Wire type: animate_retarget.
rig_model
rig_model task variant. Wire type: animate_rig.
smart_lowpoly
smart_lowpoly task variant. Wire type: highpoly_to_lowpoly.
stylize_model
stylize_model task variant.
text_to_model
text_to_model task variant.
texture_model
texture_model task variant.

Enums§

TaskRequest
Task creation request body. type tag is set by serde.