#0001
`Nova3D` Generates Articulated 3D Objects via Blender Code
50radar
Nova3DOpen-source 3D generation tool — preserves parts and pivots
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.
Nova3Dexports multi-part GLB files with transform nodes and pivot axes preserved, so parts can rotate or articulate.- The core bet is prompt-to-code over diffusion: edit a part node instead of regenerating the whole object from text.
- Frontend uses
Flutterplus aThree.jsviewport for browser rendering and node manipulation; hosted API is default. - Local models still hallucinate
Blendermatrix math on complex transforms, so BYOKGeminiis suggested for better output.
Source: www.reddit.com/r/LocalLLaMA/comments/1thucyj/a_tool_i_buRead original →
