MCPcopy
hub / github.com/htdt/godogen / create_prerigcheck_task

Function create_prerigcheck_task

asset-gen/tools/tripo3d.py:76–80  ·  view source on GitHub ↗
(model_task_id: str)

Source from the content-addressed store, hash-verified

74
75
76def create_prerigcheck_task(model_task_id: str) -> str:
77 return _submit_task({
78 "type": "animate_prerigcheck",
79 "original_model_task_id": model_task_id,
80 })
81
82
83def create_rig_task(model_task_id: str, rig_type: str = "biped") -> str:

Callers 2

cmd_rigFunction · 0.90
cmd_resumeFunction · 0.90

Calls 1

_submit_taskFunction · 0.85

Tested by

no test coverage detected