You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Wrap Instant Meshes (Wenzel Jakob, BSD) for one-click quad retopology of high-poly imports. Outputs clean quad-dominant meshes suitable for animation and further editing.
Scope
Vendor Instant Meshes core (it's a C++ library, not just a GUI; library extraction may need ~1 day of plumbing).
Parent epic: #397
Goal
Wrap Instant Meshes (Wenzel Jakob, BSD) for one-click quad retopology of high-poly imports. Outputs clean quad-dominant meshes suitable for animation and further editing.
Scope
qtmesh retopo model.fbx --target-faces 5000 -o retopo.fbx.qtmesh retopo model.fbx --target-edge-length 0.05 -o retopo.fbx.retopologizetool withtarget_facesparam.AIAssistManager(Epic: AI — Local-AI-assisted 3D workflows #397) — can take seconds to minutes on large meshes.progressChangedsignal pattern.Acceptance Criteria
qtmesh retopo high.fbx --target-faces 3000 -o low.fbxproduces a quad-dominant mesh near the target count.qtmesh uv --unwrapafterwards).ai.assist.retoporecorded.Effort
~5–7 days, mostly extracting Instant Meshes' core from its GUI app.