Turn a Product Image Into a PBR 3D Asset with Microsoft TRELLIS.2
Microsoft TRELLIS.2 is an open-source 4B image-to-3D model for generating textured mesh assets from a single image. Best for...
AutoRemesher is worth saving if you work with dense scans, sculpted meshes, kitbashed models, or experimental 3D assets that need cleaner quad topology before editing, rigging, or downstream optimization. It is a standalone open-source remeshing tool rather than a Blender-only addon, and the current release includes binaries for Windows, Linux, and macOS.
AutoRemesher converts high-polygon input meshes into quad-based output. The project README describes it as a cross-platform automatic quad remeshing tool built on Geogram, libigl, isotropic remesher, and related geometry libraries.
The 1.0.0 release is especially useful because it moved to an MIT license, added a command-line interface, improved remeshing and quad extraction algorithms, and exposed controls for target quads, adaptivity, sharp edges, edge scaling, and low-poly smooth normals.
--target-quads value.This is a strong utility pick for 3D creators because it can sit between messy source geometry and heavier tools like Blender, Maya, Cinema 4D, or game-engine import pipelines. The CLI mode also makes it interesting for batch cleanup workflows where you want consistent mesh budgets across many assets.
The caveat is the usual one for automatic retopology: it can save time, but it does not replace manual edge-flow decisions for animation-critical faces, hands, joints, or hero assets. Treat it as a first-pass topology tool, then do artist review where the model has to deform or render close up.
The GitHub repository lists AutoRemesher as an automatic quad remeshing tool with an MIT license, C++ codebase, and nearly 1,900 stars at the time checked. The 1.0.0 release notes confirm the July 2026 release, MIT relicensing, CLI mode, downloadable platform builds, and the new remeshing controls.
Git 2.55 adds incremental repacking, Linux fsmonitor support, a git history fixup command, safer terminal progress outpu…
GitHub has put open source license compliance into public preview, giving Enterprise Cloud teams ruleset-based checks th…
Node.js 24.18.0 LTS is the latest Krypton release, with root-certificate, Web Crypto, npm, SQLite, and HTTP agent change…
Sign in to join the discussion and vote on comments.
Sign in