← All stories
● Covered by 1 source · 1 reportMedium impact1 neutral

Nova3D Generates Programmable 3D Assets as Executable Blender Source Code

🔄 Updated 1h ago
New to BrevFeed? We gather this story from every outlet covering it into one summary — ranked by real-world impact, not just the latest headline — so you never miss what matters. What is BrevFeed? →

Key points

  • Nova3D generates 3D assets as executable Blender source code.
  • Outputs include named parts and an assembly hierarchy.
  • Satisfies numeric and count constraints in prompts.
  • Enables local edits and articulation of joints.

Introduction to Nova3D

Nova3D is a new system designed to generate 3D assets not as static meshes, but as executable Blender source code. This method fundamentally changes how 3D objects are created and interacted with, moving beyond the limitations of visually strong but opaque mesh surfaces produced by most current 3D generative models. The compiled mesh, typically a binary glTF (GLB) file, is considered an artifact, while the source code represents the true asset.

Addressing Limitations of Current 3D Models

Current 3D generative models primarily produce final surfaces, which lack the inherent structure needed for interactive 3D environments. Interactive worlds require assets with named parts, assembly hierarchies, measurable constraints, local edit handles, and joints for articulation. Nova3D addresses these needs by embedding semantic handles directly into the generated code, eliminating the need for post-generation segmentation or rigging.

Evaluation and Performance

Nova3D was evaluated on Nova3D-Bench, a benchmark comprising 54 items across six domains and three difficulty levels, using both text and image inputs. The system successfully produced executable programs and valid artifacts for all 54 items. Each asset generated by Nova3D exposes named parts organized in a parent-child assembly tree, a feature not present in mesh-native, CAD, or segmentation baselines. It satisfied 51 out of 52 prompt-stated numeric and count constraints, significantly outperforming the best baseline which achieved 11 out of 52. Nova3D also passed 14 out of 18 blinded local edits with locality preserved in all 18 cases, and articulated 59 joints across 12 assets with 98.3% geometric validity, whereas no baseline offered native joints.

Impact on 3D Asset Programmability

The core innovation of Nova3D lies in its representational approach: code-native generation transforms a generated 3D object from an opaque surface into a programmable asset. This allows downstream systems to inspect, measure, edit, and animate the assets directly through their underlying code. While its geometry is competitive, winning structured domains and ranking second to the strongest mesh-native model, Nova3D prioritizes programmability over texture realism, which is typically associated with baked-PBR systems.

✨ This summary was generated by AI from the outlets' reporting listed below. It is not independently verified and may contain errors — check the original sources. How BrevFeed works →

The daily brief

One email each morning: the day's tech stories, clustered across outlets and summarized. No account needed.

One email a day. Unsubscribe in one click, any time.

Today's brief

Spend a few minutes, get the whole day. Every topic's top stories in one hands-free rundown — listen, watch, or read the transcript.

~32 min · 27 stories · Aug 18

▶ Play today's brief Listen on Spotify

New every morning, and the back catalogue is archived by date.

Primary sources

arXiv 2607.22738

Reporting from

Researchers developed Nova3D, a system that generates 3D assets as executable Blender source code, treating the compiled mesh as an artifact rather than the asset itself. This approach allows for semantic handles at generation time, enabling downstream systems to inspect, measure, edit, and animate the generated 3D objects.