telexed ~ c / b8338054-0d7radar:50 · generative_mediaLIVE
← back
NO.
#b8338054
Topic
GENERATIVE MEDIA
Source
r/LocalLLaMA
Published
2026-05-19 17:43:27
Importance
★ 5/10 — radar 50
`Nova3D` Generates Articulated 3D Objects via Blender Code
FIG-0831:1

`Nova3D` Generates Articulated 3D Objects via Blender Code

Instead of mesh blobs, the pipeline asks an LLM to compile native Blender Python scene graphs. Useful as a prompt-to-code pattern, but local models still break complex transforms.

[ KEY POINTS ]
  1. Nova3D exports multi-part GLB files with transform nodes and pivot axes preserved, so parts can rotate or articulate.
  2. The core bet is prompt-to-code over diffusion: edit a part node instead of regenerating the whole object from text.
  3. Frontend uses Flutter plus a Three.js viewport for browser rendering and node manipulation; hosted API is default.
  4. Local models still hallucinate Blender matrix math on complex transforms, so BYOK Gemini is suggested for better output.
Originalwww.reddit.com/r/LocalLLaMA/comments/1thucyj/a_tool_i_built_to_generate_3d_objects_with/Read original →

// related