r/TopologyAI

A Simple Guide to Getting Started with 3D AI Generation for Free

3D AI is improving fast. It still won’t replace real 3D skills, but as a tool, it can already save a lot of time for prototyping, testing ideas, and creating base meshes.

In my opinion, in 2026 there are two strong free ways to start:

Trellis / TRELLIS — local image-to-3D generation on your own machine.
Hunyuan 3D Global — a free web version that works directly in the browser.

1. Trellis / TRELLIS (Local)

If you want to try local 3D AI generation, TRELLIS is one of the most interesting open-source options right now.

Official repo: Microsoft TRELLIS GitHub
Low-VRAM guide: Trellis local setup guide

The official version is more demanding, but there are now community low-VRAM / GGUF-style workflows that make it possible to test Trellis on weaker GPUs, around 6–8GB VRAM depending on the setup.

The main advantage is that it runs locally. You don’t have daily generation limits, you can experiment as much as you want, and it gives you a good feeling for how local open-source 3D generation works.

Pros:

  • Runs locally
  • No daily generation limit
  • Great for learning and testing
  • Open-source ecosystem
  • Good texture quality for a free local workflow

Cons:

  • Requires setup
  • Official version needs stronger hardware
  • Low-VRAM versions may require extra community tools
  • Geometry/detail quality is still not always perfect
  • No dedicated low-poly generation mode

2. Hunyuan 3D Global (Web)

If you don’t want to install anything, Hunyuan 3D Global is probably the easiest option. You can open it in the browser, upload an image, and start generating models almost immediately.

Website: Hunyuan 3D Global
Guide: Hunyuan 3D Global guide

The strongest part, in my opinion, is that it has both high-poly and low-poly generation. The low-poly mode is especially interesting if you are testing game assets, stylized models, prototypes, or anything that needs cleaner geometry.

Pros:

  • Works directly in the browser
  • Very easy to start
  • No local setup needed
  • 20 free generations per account per day
  • Good mesh quality
  • High-poly and low-poly modes
  • Great for quick testing

Cons:

  • Daily generation limit
  • Texture quality is average
  • Cloud-based, so you depend on the service

3. Concept image guide

Before generating the 3D model, you need a clean concept image. This step matters a lot, because most image-to-3D tools work much better when the input is simple and readable.

You can use the free version of ChatGPT image generation for this. It is enough to test a few concepts and understand what kind of images work best for 3D generation.

My basic prompt rules:

  • Use a white or light gray background
  • Ask for soft studio lighting
  • Make the silhouette clear
  • Avoid complex backgrounds
  • Avoid motion blur or extreme perspective
  • Make the forms readable from a 3/4 view
  • Keep materials simple if you want cleaner 3D output

A simple prompt structure:

“Create a 3/4 view concept of [object/character], white background, soft studio lighting, clean readable silhouette, clear shapes, no text, no extra props, high detail.”

For free testing, ChatGPT is enough.
My personal choice is NanoBanana 2, but it is paid. I usually get better concept control from it, especially when I need stylized assets or specific shapes.

Bonus: quick cleanup to make the model better

This is probably the most important part. AI-generated models are rarely perfect straight out of the generator. Even if the result looks good in preview, you should still inspect it in Blender.

Blender has a free built-in add-on called 3D Print Toolbox. It can check the model for problems like non-manifold edges, intersections, degenerate faces, distorted faces, thin areas, sharp edges, and overhangs.

Blender 3D Print Toolbox reference: Blender Manual

Basic cleanup checklist:

  • Open the model in Blender
  • Enable the 3D Print Toolbox add-on
  • Run geometry checks
  • Check for non-manifold edges
  • Check for intersecting faces
  • Check for loose or broken geometry
  • Use Merge by Distance if vertices are not merged
  • Remove floating geometry or obvious artifacts
  • Fix normals if needed
  • Add Weighted Normals for cleaner shading
  • Use Decimate if the polycount is too high
  • Check scale and orientation before export
  • Optional: pack PBR maps into an ORM texture for cleaner engine use

Good luck!

u/Certain_Friendship16 — 4 hours ago
▲ 143 r/TopologyAI+5 crossposts

Built A Playable 3D Platformer In 72 Hours With UE 5.8 MCP And 3D AI Generation

The new Unreal Engine 5.8 MCP genuinely feels like a huge step for AI-assisted game development.

It can understand the scene, work with assets already placed in the level, create Blueprints, organize objects, and help with gameplay logic directly inside Unreal Engine. This is not just “AI generating random code” anymore. It actually feels like a tool that understands the project context and can save a massive amount of time.

I was honestly impressed by the result here. Creating a playable 3D platformer level from scratch in only 72 hours feels kind of insane, especially for a solo developer workflow. It is still more like a prototype than a finished game, but the speed is really exciting.

Workflow:

  • Concept generation The initial visual concept was created with NanoBanana 2.
  • 3D asset generation Most of the environment assets were generated with Rodin Gen 2.5 / Hyper3D.
  • Asset cleanup in Blender The assets were cleaned and prepared in Blender: pivot points were adjusted, textures were improved, and texture maps were packed into ORM maps to reduce file size and make the assets more game-friendly.
  • Level assembly in Blender The main scene was assembled in Blender before being exported to Unreal Engine.
  • Export to Unreal Engine 5.8 The level was then moved into UE 5.8 for gameplay setup, lighting, materials, and final scene polish.
  • The main character was also generated with 3D Rodin Gen 2.5, then rigged for free in AccuRig and brought into Unreal Engine.
  • Gameplay logic with Claude + MCP Claude AI was connected to Unreal through MCP and helped create the actual gameplay systems: collectible logic, cutscene logic, level interactions, and other Blueprint-based functionality.

Building this kind of playable prototype from one concept over a weekend is honestly wild.

Guide: https://www.youtube.com/watch?v=k9cbm5jSOxk

u/Certain_Friendship16 — 12 hours ago
▲ 160 r/TopologyAI+1 crossposts

New Open-Source AI Reconstructs Editable 3D Scenes From A Single Image

I found this new project called 3D-RE-GEN.

It reconstructs a full editable 3D scene from a single image, not just one isolated object. The pipeline separates objects, reconstructs the background, completes occluded parts, and then aligns everything to the ground plane so the scene feels more physically correct.

Highlights:

  • single image to full 3D scene
  • separate editable objects + background
  • scene-aware inpainting for hidden/occluded parts
  • 4-DoF ground alignment to reduce floating/intersecting objects
  • designed with VFX, games, and editable 3D workflows in mind
  • open source and free with paper + GitHub available

GitHub: https://github.com/cgtuebingen/3D-RE-GEN

u/Certain_Friendship16 — 2 days ago
▲ 113 r/TopologyAI+1 crossposts

Ray-traced lighting and shadows inside Gaussian Splatting scenes: new NVIDIA research

Most 3D Gaussian Splatting scenes look great, but they are usually hard to edit once you want proper lighting, material changes, or dynamic objects.

This new NVIDIA research is interesting because it brings ray-traced lighting control into 3D Gaussian scenes, while still using a neural renderer to make the final result look realistic.

The basic idea:

• Reconstruct a real-world scene as 3D Gaussians
• Use ray tracing to generate physical guidance like PBR shading, irradiance and shadows
• Feed those structured buffers into a neural renderer
• Keep the scene editable instead of turning it into a fixed AI-generated video

What this enables:

• Controllable relighting inside Gaussian scenes
• Editable materials like albedo and metallic values
• Dynamic object insertion with matching shadows
• More stable video output compared to diffusion-only relighting
• Better bridge between captured 3D scenes and editable 3D environments

Important note: the code is still marked as coming soon, so this is research/demo for now, not a ready-to-use tool yet.

Source: https://research.nvidia.com/labs/sil/projects/tron/

u/Certain_Friendship16 — 2 days ago
▲ 105 r/TopologyAI+4 crossposts

3D AI-Generated Outfit From A Single Image: New Fastest Workflow In UE5

The idea was to first generate a clothing reference with ChatGPT Image 2, then split it into separate pieces: top, bottom, boots, and hat. After that, I generated each clothing piece separately in Hitem 3D 2.1v and fitted everything onto a free basic mannequin from Sketchfab.

Workflow:

  • Generated the original outfit reference with ChatGPT Image 2
  • Split the concept into separate parts: top, bottom, boots, hat
  • Generated each piece in Hitem3D 2.1v
  • Fitted the outfit onto a free mannequin from Sketchfab
  • Did minimal cleanup in Blender
  • Quick optimization with decimate
  • Slightly boosted the textures and fixed the material nodes
  • Rigged with Mixamo / AccuRig
  • Imported into Unreal Engine
  • Retargeted the animation and set up cloth

Final result:

  • Full 3D outfit from one image
  • Generated with Hi3D 2.1v
  • Around 12K faces for the full outfit
  • PBR textures
  • Minimal manual cleanup
  • Around 1-2 hour total workflow

Not perfect, but for solo devs and indie devs this feels like one of the fastest ways to get usable 3D clothing for a character with 3D AI.

P.S I didn’t record the full guide because this was just a quick test for my own needs. I had a specific task, tried this workflow, and the result turned out pretty decent. If people are interested, let me know in the comments and I’ll make a short but detailed guide explaining the full process

u/Delicious-Shower8401 — 7 days ago

NVIDIA’s New 3D AI Material Extraction Looks Like The Future Of 3D Texturing

NVIDIA just released new research called NeuMatEx, and this one is actually interesting for 3D artists, not just another “nice demo under perfect lab conditions” paper.
The main idea: instead of only extracting standard PBR-style textures from images, NeuMatEx tries to extract neural materials from multi-view captures. These materials can represent more complex real-world surface behavior, like clearcoat, haze, dust, fuzz, scattering, and mixed specular effects, while still being usable for relighting and rendering.

What makes it interesting:

1.Goes beyond standard PBR material extraction

2.Uses multi-view images as input

3.Predicts base color + neural material latents

4.Helps avoid baking lighting and specular artifacts into the texture

5.Targets complex material effects like clearcoat, dust, fuzz and scattering

6.Results are meant to be relightable, not just good from one fixed view

Important detail: this is research, not a simple one-click production tool yet. It is not the same thing as generating a full 3D asset from one image.

But for game dev, VFX, scanning, asset capture, and AI-assisted texturing, this direction feels pretty big. Geometry generation is improving fast, but material capture is still one of the hardest parts of making AI-generated or scanned assets actually usable in real scenes.

Project: https://nvlabs.github.io/neumatex/

u/3dskilled — 7 days ago
▲ 341 r/TopologyAI+5 crossposts

New Open-Source AI For Turning 3D Scenes Into Realistic Video

fal just open-sourced 3DREAL, a new render-to-real IC-LoRA for LTX-2.3.

The idea is simple but very useful: take a rough 3D / CG / game render and turn it into a more photorealistic cinematic video, while keeping the original composition, camera movement, and scene layout.

So instead of asking AI to generate the whole shot from text, you can start with an actual 3D scene first.

Example workflow:

Generate or create 3D assets
Build a rough scene in Blender or a game engine
Animate the camera or objects
Render a simple 3D / CG pass
Use 3DREAL as the final render-to-real AI pass.

Highlights:

• Built for 3D / CG / game render inputs
• Works with Blender blockouts, game-engine renders, viewport animations, and synthetic 3D scenes
• Preserves the original composition and camera movement
• Can turn rough 3D renders into more realistic cinematic video
• Uses the trigger word 3DREAL
• Can be run directly on fal without local setup
• Model weights are available on Hugging Face

There are two versions:

3DREAL Light
More faithful to the original input, better structure preservation, fewer hallucinations.

3DREAL Strong
Pushes harder toward realism and detail, but can drift more from the original render.

You can build the shot in 3D first, control the camera, scale, layout, and timing, then use AI as the final render pass.

This feels much more practical than pure text-to-video for 3D artists, Blender users, and game devs.

Hugging Face: https://huggingface.co/fal/LTX-2.3-3DREAL-LoRA

u/Delicious-Shower8401 — 8 days ago
▲ 27 r/TopologyAI+1 crossposts

The first 3D AI generator focused on 3D printing

Hitem 3D 2.1v feels like one of the first 3D AI workflows actually oriented toward 3D printing, not just nice-looking preview meshes.

With the new Split to Print feature, the workflow becomes much closer to a real print pipeline:

• Generate a 3D print-ready mesh with Hi3D 2.1v
• Get clean geometry for easier slicing
• Reduce common mesh issues like non-manifold edges, holes, and broken surfaces
• Automatically split the model into printable parts
• Separate complex characters into pieces like head, body, arms, legs, etc.
• Add connectors directly into the mesh for easier assembly
• Automatically arrange the parts for 3D printing
• Download, slice, and print with much less manual cleanup

For characters, figurines, and collectibles, this is the part that actually matters. The hard part is not only generating a good-looking 3D model, but making it printable: cutting the mesh, fixing geometry, adding pins/connectors, and preparing everything for the slicer.

Split to Print makes the workflow much more direct:
image → Hitem 3D 2.1v → Split to Print → connectors → layout → slice → print

u/3dskilled — 6 days ago

Generated 3D Assets + Scene Blocking = Better AI Render Control

This is probably one of the most practical AI video workflows for 3D artists.

Instead of generating a video only from text, you can build the scene in 3D first:

AI-generated 3D assets → Blender scene → camera animation → simple 3D render → AI render-to-real pass.

The big advantage is control.

You control the composition, camera movement, object placement, scale, timing, and layout in 3D. Then AI is used more like a final render engine to make the result cinematic or photoreal.

That feels much more useful than hoping a text-to-video model randomly understands the shot.

The 3D scene gives structure.
AI improves the final image.

This could become a very strong workflow for solo creators, game devs, and 3D artists.

Guide: https://www.youtube.com/watch?v=SYoGakzBHwM

u/Delicious-Shower8401 — 9 days ago

test to 3d scene gen with blender claude code trellis.2

No fancy unified model, but this is just blender mcp for scene creation block outs and other controlled by claude code, trellis.2 for complex modles, and comfy ui for reference images . Claude code has multiple sub agents one for creating reference images, an artist and a qa agent, then I have check lists and workflows for creating and working with scenes. Its took along time getting lighting and other things working. I basically asked claude on the web to create a spec for a sci fi test scene, this is what it came up with.

u/zenmatrix83 — 6 days ago

What’s the best AI tool out there for creating 3D Mesh for Unity?

I tried hunyuan 3D but I find coloring very difficult…
Maybe it’s because I’m new to Blender but any options where you can do it a bit more easily based on an existing image?

reddit.com
u/Regular_Hovercraft34 — 7 days ago

Am sick of retopology, so am building a free Webtool

Someone commented on my previous post: "for decades, Artists have been asking for a good retopology tool, why is no one working at that"

Trying to solve this ones and for all.

The tool(V1) allows you to draw loops or straight lines and generates quad topology around it.

Think of like topogun but free. Am a sketch artist and a mathematician so combining both to build this tool has been an amazing experience.

Edit: This is initial version of the tool, not even the one we will be rolling out. Also it’s free to help us design the user experience as per your preference.

u/Extreme-Art-2089 — 10 days ago
▲ 176 r/TopologyAI+5 crossposts

Image To Fully Rigid Face in UE5: Fast 3D AI Generation Workflow

A solid example of an image-to-face workflow in Unreal Engine 5 using 3D AI generation as the starting point.

The base was generated with Hitem3D 2.1v, and the interesting part is that it already gets roughly 70–80% of the likeness before the manual production work starts.

After that, the result still needs the usual cleanup and refinement: sculpting, topology adjustment, grooming, texture work, and setup for the final UE5 / MetaHuman-style pipeline.

So it’s not really a one-click final result, but it shows where 3D AI generation is becoming genuinely useful: getting a strong likeness base fast, so the artist can spend more time polishing instead of starting completely from zero.

Pipeline:

  • Source image / likeness reference
  • 3D AI generation with Hi3D
  • Likeness cleanup and sculpting
  • Topology / MetaHuman-style workflow
  • Grooming and texture refinement
  • Final setup in UE5

For production, I think this kind of workflow makes the most sense right now: AI gives you the first strong base, and the artist pushes it into something actually usable.

guide/source - https://www.youtube.com/@elvis-morelli

u/Delicious-Shower8401 — 11 days ago
▲ 128 r/TopologyAI+1 crossposts

Which 3D AI generator is best for 3D printing? Free vs Paid Comparison.

I compared 4 different 3D AI generators to see which one gives the most usable result for 3D printing with the least manual cleanup.

Test conditions:

Same prompt
Same model idea
Best / maximum available settings in each tool
No manual cleanup before checking
All results tested with Blender 3D Print Toolbox

The main goal was simple:

Which tool gives the closest print-ready result, while still keeping the shape and texture quality?

Tools tested:

Hitem 3D 2.1
Trellis 2
Pixal3D
Hunyuan 3D 3.1

I focused mostly on the important print-related issues: non-manifold edges, intersecting faces, shells, thin faces, overall shape accuracy, texture quality, speed, and setup difficulty.

🥇1st place: Hitem 3D 2.1

This was the cleanest result by far.

The model had 0 non-manifold edges and 0 intersecting faces, which is a huge difference for 3D printing. It was basically the only result that felt close to print-ready without a painful cleanup stage.

Generation took around 3 minutes and cost about $0.30.

Print readiness: 5/5
Shape accuracy: 4/5
Texture quality: 5/5
Speed / usability: 5/5

Main downside: it is paid.

Hitem also feels more 3D-print-oriented than most AI 3D generators, especially because it already has features like Split to Print, which helps separate a model into printable parts.

But if the goal is actual 3D printing, not just a pretty preview, this was clearly the best workflow.

🥈2nd place: Hunyuan 3D 3.1

For a free web-based tool, Hunyuan was honestly very strong.

It is not fully print-ready, but it was much more usable than I expected. The model still had non-manifold edges and intersections, so cleanup is needed, but the result was solid overall.

The biggest advantage is that it is free and works directly on the website. No local install, no setup, no GPU headache, no ritual sacrifice to CUDA.

Print readiness: 3/5
Shape accuracy: 4/5
Texture quality: 3/5
Accessibility: 5/5

Best free web option in this test.

🥉3rd place: Trellis 2

Trellis 2 produced a decent visual result, especially in texture quality, but the mesh was not close to print-ready.

It had a lot of non-manifold edges, intersecting faces, and separate shells, so it would require a serious cleanup pass before printing.

Also, it needs local setup and decent hardware, ideally around 16GB VRAM for a comfortable workflow.

Print readiness: 2/5
Shape accuracy: 3/5
Texture quality: 4/5
Setup convenience: 2/5

Good free local tool, but not ideal if your goal is fast 3D printing.

🏅4th place: Pixal3D

Pixal3D actually preserved the overall shape very well. The silhouette and proportions were probably one of its strongest parts.

But for 3D printing, the geometry was the weakest in this test.

It had the highest amount of non-manifold edges, intersections, and separate shells, meaning it would need the most manual cleanup before becoming printable.

Print readiness: 1/5
Shape accuracy: 5/5
Texture quality: 3.5/5
Setup convenience: 2/5

Interesting tool, especially for shape preservation, but not something I would call print-ready.

Final ranking for 3D printing:

1. Hitem 3D 2.1
Best overall. Cleanest geometry, fastest workflow, closest to print-ready.

2. Hunyuan 3D 3.1
Best free web option. Not perfect, but very practical.

3. Trellis 2
Good free local option, but needs a lot of cleanup.

4. Pixal3D
Great shape preservation, but weakest print-readiness.

Conclusion:

If the goal is actual 3D printing, Hitem 3D 2.1 gave the best result in this test.

Hunyuan 3D 3.1 is the most practical free alternative because it works online and does not require local setup.

Trellis 2 and Pixal3D are interesting free tools, but both need much more manual cleanup before printing.

Scene File: https://drive.google.com/file/d/1BG6yLy9R0c0OifbsvNncl0sLy0RqXryX/view?usp=sharing

u/Fast-Holiday2699 — 10 days ago

Single Portrait To Real-Time 3D Gaussian Avatar in 5 Seconds

FiCA is a new research project from Meta’s Codec Avatars Lab that turns a single portrait image into a photorealistic, drivable 3D Gaussian head avatar.

The wild part is the speed: the project page claims it can generate the avatar within 5 seconds, and the result can be animated in real time using target expressions.

What makes it interesting is that it is feed-forward, so it does not rely on slow person-specific test-time optimization. Instead, the pipeline combines human-centric vision foundation models, UV-space diffusion, feed-forward refinement, and a universal prior model to generate a Gaussian Codec Avatar.

Main points:

  • single portrait image as input
  • photorealistic 3D Gaussian head avatar output
  • around 5 seconds generation time
  • real-time expression driving
  • no person-specific test-time optimization
  • from Meta’s Codec Avatars Lab

This feels like a strong direction for digital humans, NPCs, virtual avatars, and real-time character workflows.

Not a classic game-ready mesh pipeline yet, but as 3D AI avatar generation research, this is definitely one to watch.

source - FiCA project page / arXiv

u/Delicious-Shower8401 — 11 days ago
▲ 327 r/TopologyAI+1 crossposts

New Markerless Body and Face Mocap in Unreal Engine 5.8: No Suit, No Markers

Unreal Engine 5.8 added a new AI-powered Markerless Mocap workflow for MetaHuman Animator, and this honestly looks like one of the most useful animation updates in UE recently.

Highlights:

  • Capture body and face performance from a single off-actor camera
  • No mocap suit
  • No tracking markers
  • No helmet camera
  • Works with webcam or regular video footage
  • Powered by Meshcapade Markerless Motion Capture
  • Processing runs locally on your own machine
  • Animation is generated directly inside Unreal Engine
  • Captured motion can be refined in Sequencer
  • Available as the MetaHuman Animator Markerless Motion Capture Plugin on Fab
  • Free to use
  • Currently Experimental, so expect some cleanup and limitations

The demo already looks surprisingly strong, especially for indie devs, cinematic artists, previs, solo creators, and quick animation blocking.

Fast movement, foot sliding, and extreme poses will probably still need manual fixing, because apparently reality still refuses to export clean animation curves.

But body + face capture from normal video, inside Unreal Engine, for free, with no suit or markers, is a pretty huge step forward.

u/Delicious-Shower8401 — 12 days ago

New UE 5.8 MCP Is Crazy: AI Agents Can Touch Blueprints, Assets, Levels, Materials

I tested the new experimental MCP support in Unreal Engine 5.8 with Claude Code.

What makes this important:

  • Unreal Engine 5.8 now ships with experimental MCP support
  • AI agents like Claude Code can connect to the editor
  • The workflow is not just “chat with AI”, it is closer to AI-assisted editor control
  • It can inspect project context, selected actors, assets, levels, materials, meshes, and more
  • Developers can extend the toolsets with their own functionality
  • It works locally through the Unreal MCP server

But to be clear, this is still experimental.

It is not a magic “make my full game” button yet. Some things work, some things are limited, and you still need to understand Unreal, project structure, assets, Blueprints, and what the agent is actually doing.

For me, the most interesting part is not that Claude can write code. We already knew that.

That could become huge for prototyping, debugging, asset setup, Blueprint assistance, level iteration, optimization checks, and repetitive editor tasks.

Early, rough, experimental — but definitely worth watching.

Full Review: https://www.youtube.com/watch?v=I5WLl4MdK28
X - https://x.com/Stefan_3D_AI/status/2069822819295523276

u/Delicious-Shower8401 — 12 days ago

New Text-to-3D Workflow with Real Geometry Control. Open-Source

Stability AI just released Arbor, a new research model for controllable text-to-3D generation.

The interesting part is that Arbor does not rely only on a text prompt.
You can guide the generation with actual 3D constraint meshes:

  • Hull: where geometry should exist
  • Avoidance: where geometry should stay empty
  • Touch: where the object should make contact or remain usable

So instead of just asking for “a chair” and praying to the random seed gods, you can define the space the asset should occupy, avoid, or touch.

This is pretty important for real 3D workflows because prompts are usually bad at precise spatial control. If you need a prop to fit a specific shape, leave clearance, match a contact surface, or follow a rough blockout, this kind of control makes way more sense than endlessly rerolling generations.

Arbor includes:

  • text-to-3D generation with explicit geometry controls
  • public inference pipeline
  • mesh export
  • curated examples
  • condition metrics / evaluation tools
  • Blender add-on workflow
  • final mesh output through TRELLIS

Small note: this is an inference-only release. Training code, dataset construction, benchmark launchers, and internal evaluation wrappers are not included.

Still, this is one of the more interesting directions for 3D AI: not just “generate me something”, but “generate something that actually fits my design constraints.”

GitHub: https://github.com/Stability-AI/arbor
Model: https://huggingface.co/StabilityLabs/arbor

u/Delicious-Shower8401 — 13 days ago

I'm building an AI 3D generator that outputs models as code instead of flat meshes. Just got automatic UV unwrapping working on top of it.

Normally you unwrap a model by hand and deal with overlaps for a long time. It gets tedious.

But here it just comes out clean: every part gets its own tidy layout, nothing overlapping, everything equally sharp. And it's automatic, because the model already knows what its parts are.

This means you can texture the model part-by-part and layer-by-layer (e.g., swapping materials on just the lens rings or dials) instead of wrestling with a single massive texture sheet.

Web app link: https://nova3d.xyz/

Automating PBR texture maps using this structured data is my next step.

p.s. I ran the same unwrapper on a plain exported mesh with UVPackmaster, Zen UV, etc. , and it came out the usual mess. It's the code representation of 3d that keeps it clean.

u/Secure_Finish83 — 12 days ago