Nova3D Generates Programmable 3D Assets from Code
TL;DR. Researchers developed Nova3D, an AI system generating 3D assets as executable Blender source code rather than opaque meshes. - Nova3D-created assets expose named parts, assembly hierarchies, and articulation joints for enhanced programmability. - The system successfully generates fully programmable assets for all 54 benchmark items, outperforming baselines in constraints and editability. - Nova3D's code-native approach allows downstream systems to inspect, measure, edit, and animate generated 3D objects. - While geometry is competitive, texture realism is currently less advanced than baked-PBR systems.
- Nova3D is an AI system generating 3D assets as executable Blender source code, not just opaque meshes.
- The system creates assets with named parts, assembly hierarchies, measurable constraints, local edit handles, and articulation joints.
- Nova3D achieves 100% success on Nova3D-Bench, satisfying 51/52 constraints and enabling local edits and joint articulation.
- Its code-native output enables inspection, measurement, editing, and animation of generated 3D objects by downstream systems.
- While competitive in structured domains, Nova3D's texture realism lags behind baked-PBR models.