正在加载视频...

视频加载失败

GPT-6 changes 3D modeling forever. It works inside Blender completely autonomously, like an artist: gathers reference photos on its own, builds the scene, renders test frames, checks them against the references, then fixes what's off. When the scene holds up, it ships it to Unreal Engine 5 as a...

158,493 次观看 • 14 天前 •via X (Twitter)

34 条评论

Is this a 3D model? 的头像
Is this a 3D model?14 天前

it will not change modeling literally at all lmao

Stefan 3D AI 的头像
Stefan 3D AI14 天前

The Palace of Fine Arts in San Francisco, rebuilt by Astra in Blender. It found hundreds of photos of the real building, rendered intermediate frames, and compared them against the references until the scene matched. 1.5x speed.

Stefan 3D AI 的头像
Stefan 3D AI14 天前

A house modeled in Blender from a design drawing, then imported into Unreal Engine 5 as an explorable scene. Game studio Playco ran Astra on a single greybox and got three playable prototypes, with about half the manual fixes of their usual pipeline.

Stefan 3D AI 的头像
Stefan 3D AI14 天前

The kart racer from the launch page, playable right in the browser. More from day one: a voxel London shifting between medieval, Tudor and modern eras (@chetaslua), and Pietro Schirano's underwater exploration game built from pictures, with sound and gameplay.

OS'TA 的头像
OS'TA14 天前

It's not 3D modelig

thasxzoo 的头像
thasxzoo14 天前

This is so sad honestly

Aeris Vahn Ephelia - 𝑹𝑬𝑽 的头像
Aeris Vahn Ephelia - 𝑹𝑬𝑽14 天前

You don't fear Stefan that even your channel and current work will be obsoletes by 2027 ?

Webster | JARVIS 的头像
Webster | JARVIS14 天前

holy shit imagine shelling out for a 3d artist and the intern just installs gpt-6 instead blender + unreal pipeline in one prompt is wild though. the whole "checks its own renders and fixes them" part is what actually scares me

Majid Manzarpour 的头像
Majid Manzarpour14 天前

excited to see what you cook with it!

Den Bersus 的头像
Den Bersus13 天前

AI bros have been claiming every single ChatGPT/Claude update changes 3D modeling forever since GPT-3.

mrMatiox ⚡ 的头像
mrMatiox ⚡14 天前

Please @OpenAI don't destroy artist 💀💀

Gregor 的头像
Gregor14 天前

the 'checks against references, then fixes' loop is the part i'd want to see uncut. does it converge in 2-3 passes or is it still drifting at iteration 8?

Princess Mononoke 的头像
Princess Mononoke14 天前

Can someone explain how it works? Can I input an image into GPT-6 and get the model? Does it work on character model?

Abhimanyu ARYAN 的头像
Abhimanyu ARYAN14 天前

So GTA 6 will be released sooner now?

Paca amarilla 的头像
Paca amarilla14 天前

🤮🤮🤮

JesusIsGodAndKing 的头像
JesusIsGodAndKing13 天前

@TokenGremlin

Alan Tobin 的头像
Alan Tobin14 天前

Amazing those days of having to be a button wizard at ever piece of software is nearly over. Natural language Interface gets better and better every 2 to 3 months now.

Thom Aster 的头像
Thom Aster13 天前

Now couple this with the Lidar in your router... "It'S aLl FoR yOuR sAfEtY/EnTeRtAiNtMeNt"

Leozera 的头像
Leozera13 天前

Viu isso Vô? @lgriao

Pearce 的头像
Pearce13 天前

我觉得许多美术师看到这个快失眠了🤫

Pockets Full ⭕f NFT's 的头像
Pockets Full ⭕f NFT's14 天前

Wow who thought of this

Ricardo Guia 的头像
Ricardo Guia14 天前

@grok did they use blender? And what else?

@OmnisVibe 的头像
@OmnisVibe13 天前

Wow

Jennie 的头像
Jennie14 天前

gpt 6 automation is wild, but for manual control i rough scenes in krea since image to 3D object you can rotate before rendering keeps me directing. different use cases

Crimson Skald 的头像
Crimson Skald13 天前

That's gonna run like arse, without optimization.

ClipStudio 的头像
ClipStudio14 天前

the greybox to warm lit room cut is so satisfying

Singulith 的头像
Singulith13 天前

すごい...😲

Hatsuki J Graetz 的头像
Hatsuki J Graetz13 天前

i cant wait to see you test it

LustRazor 的头像
LustRazor14 天前

Looking forward to trying it. Anthropic models were not great at modeling.

Loong🐉 的头像
Loong🐉13 天前

The 'render → check → fix' loop is the part that actually matters here. Most 'autonomous 3D' demos skip the second pass and ship whatever the first prompt gives back. If Astra closes that loop without human QA, indie art-pipelines just collapsed into one afternoon.

Michael Swengel 的头像
Michael Swengel13 天前

lol. With terrible topology, embarrassing UVs and borderline unusable assets?

Field Marshal 的头像
Field Marshal14 天前

Big if true

MARUF 的头像
MARUF14 天前

blender viewport rendering and mesh hierarchy look ridiculously clean rn

Elliott 的头像
Elliott13 天前

I’m team Grok, but I will say, this is quite the accomplishment, and it is a testament to the power of world modeling. Manipulating an environment in true three dimensions to match a desired outcome is a big step.

相关视频

I kept seeing #GPT-6 Astra modelling results on here and got curious enough to build the thing myself: an agentic pipeline that turns a plain RGB video into 3D assets. The living room for robots MIT CSAIL. Input: one handheld phone walkthrough of our lab kitchen (~20s). Nothing else — no depth sensor, no CAD, no asset library. ~1 day (I actually slept overnight), including human-in-the-loop. Live: It is still not perfect — thin and shiny things are still weak, a few objects are drafts, the room shell needs another pass. The loop, roughly: - Monocular video → metric scan (ViPE): camera poses + depth. This is the measuring instrument, not the output. - GPT-6 lists what should exist as separate objects, then open-vocabulary detection + tracking gives per-object masks; each object is fused and measured in metres. - For every asset, GPT-6 works in its own sandbox with tools: it writes the object as a program in a small Blender DSL (closed solids, PBR colours, hinges/drawers), builds it, renders it over the original video frames, compares it with the scan points in 3D, and iterates. - A separate GPT-6 session is the verifier — it can render the model on any frame it wants and must justify every complaint with a frame. The modeller never grades its own work. - A completeness pass renders the whole modelled scene from the video's own cameras, puts it next to the real frames, and says what's still missing. What the detector keeps missing (a row of identical cabinets) gets placed geometrically instead. - Out comes MJCF/URDF with joints. Now, adding simulation to this env.

Zhiyang (Frank) Dou

10,516 次观看 • 6 天前

I got this custom scorpion rigged, animated and running in my game in one full day with AI. GPT-6 built the entire rig. My part was preparing the model and motion references, then giving feedback. After trying a few approaches, I found a workflow that worked: 1. Give it a model that makes sense. I generated the model with Tripo P2.0, then cleaned it up myself. Low-poly, optimized, split into logical parts. I think that preparation mattered a lot. GPT-6 works on the mesh through code. A manageable vertex count and sensible parts give it a clearer starting point for bone placement and skinning. 2. Show it the movement you want. I took a reference image of the character and used Seedance to generate side-view animation videos. I decided which animations the game needed and selected the takes with the movements I liked. Then I gave GPT-6 the model, the videos and that animation list. There was no existing rig to start from. 3. Compare the animation frame by frame. This was the idea I wanted to test: ask GPT-6 to compare its Blender animation against the reference video frame by frame, from the same view. That gave it concrete poses and timing to work toward. I could point to where the feet should be planted or when the tail should strike. 4. Expect to give feedback. A generated run can look like hopping. An attack can start with a jump you never wanted. Choosing the references matters, and a side view still leaves depth and hidden legs to figure out. It took several iterations. I explained what looked wrong and how I wanted it to move, and GPT-6 kept refining the animation. Once the walk worked, I also had it create left and right strafe animations procedurally from that walk. Those didn't need their own reference videos. By the end of the day, the creature was in Unity. I've recorded the full workflow, including the Blender setup and feedback process:

Stefan 3D AI

12,141 次观看 • 4 天前