Remix.run Logo
readitalready 2 days ago

It's because LLMs will soon start building real-world objects via CAD. This is the first step. Look at things like the Adam plugin for Onshape. Works great with Opus. It built a toy car for me with one prompt.

adfm 2 days ago | parent | next [-]

If this is the case, they’ll want to improve the NURBS support within Blender. You can get some amazing results with subd, but digital twins require accuracy and you get that with NURBS geometry. Fortunately, Blender supports it already, it just needs some attention to tooling.

skybrian 2 days ago | parent | prev | next [-]

Haven’t used it but my understanding is that Blender isn’t really CAD. Is there a way to use it for CAD?

readitalready 2 days ago | parent [-]

All the CAD and modelings tools have their own scripting languages that LLMs can write to, so you can just use that directly without any built-in LLM support. There will probably be someone doing a pelican-on-a-bicycle for CAD.

throw_m239339 2 days ago | parent | prev | next [-]

Blender isn't really made for CAD at all, although there are few CAD plugins. It's more for artistic modelling like MAYA or Cinema3D.

There already are LLM plugins for Blenders and prompt integration for model generation, rigging and co.

adfm 2 days ago | parent [-]

MAYA has extensive NURBS tools, which means it can import and export CAD data natively. While Blender does support basic NURBS geometry, it lacks tooling to fully support it.

If the idea is to support Blender for use with “Digital Twins” or “World Models” then the first step is to start with accurate geometry. Anything less is slop.

2 days ago | parent [-]
[deleted]
brcmthrowaway 2 days ago | parent | prev [-]

This looks interesting. Anything similar for FreeCAD?

post-it 2 days ago | parent [-]

I've been using it with OpenSCAD, which has the advantage of being entirely script-generated and so more easily understandable by AI.

brcmthrowaway 20 hours ago | parent [-]

I thought agents were bad at OpenSCAD