Skip to content

Features

SpaceSquare640 edited this page Jun 14, 2026 · 1 revision

Features

Asset ingestion

  • Accepts PNG / JPG images and OBJ / ASCII FBX meshes.
  • Validates input and reports problems clearly in the Console.

Smart template generator (2D)

  • Fits your image onto the 585 × 559 Roblox clothing template, preserving aspect ratio.
  • Edge-fills the surrounding margin by clamping border pixels outward, so the finished template has no transparent gaps.

Geometry engine (3D)

  • Removes degenerate (zero-area) triangles.
  • Centers the mesh at the origin and scales it to fit Roblox's stud bounds.
  • Generates flat per-face normals when the source has none.
  • Exports a cleaned .obj.

Mesh decimation (3D)

  • Meshes over the 10,000-triangle limit are automatically reduced via vertex clustering, keeping the most detail that fits under the cap — rather than just being flagged.

Auto-rigging (3D)

  • Implants Roblox Attachment nodes (head / neck / shoulders / root / waist / hips) derived from the mesh bounds.
  • Attachment positions are embedded in the exported OBJ as comments and drawn on the wireframe preview.
  • Details: 3D Pipeline and Auto-Rigging.

Spec validation

  • Checks output against Roblox limits: texture ≤ 1024 px, ≤ 10,000 triangles, ≤ 2,048 studs. See Roblox Specifications.

Batch processing

  • Drop several files at once, process them in one run, and review each result individually with a per-file status list and a success summary.

Console & Stats

  • Live processing log plus dimensions, triangles, vertices, materials, attachment count, bounds and file size — all downloadable.

10-language interface

  • English, 繁體中文, 简体中文, 日本語, 한국어, Español, Português, Français, Deutsch, Русский — switchable in-app and remembered between visits.

Light / Dark theme

  • Automatic (follows your system) or a manual Auto / Light / Dark toggle, remembered between visits.

Roadmap

  • Binary FBX import (needs a non-WebAssembly strategy) and richer material/texture handling.
  • Quadric-error decimation for higher-fidelity reduction, and skinned-rig export.

Clone this wiki locally