Blender Integration

Updated May 2026

  • GLB - includes textures in one file, easiest import
  • FBX - best for rigged models or when you need animation data

Import Steps

GLB Import

  1. Open Blender
  2. Go to File > Import > glTF 2.0 (.glb/.gltf)
  3. Select your downloaded .glb file
  4. Click Import glTF 2.0

FBX Import

  1. Go to File > Import > FBX (.fbx)
  2. Select your .fbx file
  3. Click Import FBX

After Import

Check these things right away:

  • Scale - models may import very large or very small. Select the model, press S to scale, then Ctrl+A > Apply Scale.
  • Materials - switch to Material Preview mode (Z key menu) to see textures. PBR materials from the Texture Generator carry over automatically with GLB.
  • Normals - if faces look dark or inverted, select all in Edit Mode and go to Mesh > Normals > Recalculate Outside.

Common Workflows

Edit Materials

Open the Shader Editor to modify materials. GLB imports come with a Principled BSDF node already connected to your textures. You can adjust roughness, metallic values, or swap textures here.

Rig and Animate

For characters, you can either:

  • Use the pre-rigged model from the Rigging tool (imports as FBX with bones ready)
  • Add your own armature in Blender using Rigify or manual rigging

Render

Works with both Cycles and Eevee. GLB materials map directly to Blender’s PBR shader system, so renders look correct out of the box.

Re-export for Game Engines

After editing in Blender, export as FBX for Unity/Unreal or GLB for Godot/web. Go to File > Export and choose your format.

Blender Bridge Addon

3D AI Studio has a Blender addon that sends models directly into your open Blender session.

Setup

  1. Download the addon from 3daistudio.com/BlenderBridge
  2. In Blender, go to Edit > Preferences > Add-ons > Install
  3. Select the downloaded ZIP file (do not unzip it)
  4. Enable “3Daistudio.com Blender Bridge” in the addon list
  5. Also enable the built-in “glTF 2.0 format” addon if not already active

Usage

  1. Press N to open the sidebar in the 3D Viewport
  2. Go to the 3D AI Studio tab
  3. Click Run Bridge - this starts a local listener on port 7898
  4. In 3D AI Studio, click “Send to Blender” on any model

The model appears in your scene instantly with materials and textures intact.

Tips

  • Always apply transforms (Ctrl+A > All Transforms) before rigging or exporting
  • If poly count is too high for your scene, use the Remesh tool before downloading
  • GLB is the cleanest import path - one file, no missing textures
  • For batch imports, the Blender Bridge saves a lot of time compared to manual download/import

Don’t have a model yet? Generate one with Image to 3D or Text to 3D and import it into Blender in minutes.


Frequently Asked Questions

How do I import an AI-generated 3D model into Blender?

Go to File > Import > glTF 2.0 and select the .glb file you downloaded from 3D AI Studio. The model imports with textures and PBR materials attached automatically. Switch to Material Preview mode (Z key) to see the textures right away.

Should I use GLB or FBX when importing from 3D AI Studio into Blender?

GLB is the better choice for most workflows because it bundles geometry, textures, and materials into a single file with no missing texture issues. Use FBX only when you need rigging or animation data, such as models processed through the 3D AI Studio Rigging tool. Both formats work well, but GLB is the cleanest import path.

Do AI-generated model materials work with Blender’s Cycles and Eevee renderers?

Yes. When you import a GLB from 3D AI Studio, the PBR materials map directly to Blender’s Principled BSDF shader. This means your albedo, roughness, metallic, and normal textures render correctly in both Cycles and Eevee without any manual setup. You can tweak values in the Shader Editor if needed.

What is the Blender Bridge addon and how do I set it up?

The Blender Bridge is a free addon from 3D AI Studio that lets you send models directly into your open Blender session with one click. Download it from 3daistudio.com/BlenderBridge, install the ZIP through Edit > Preferences > Add-ons, then press N in the 3D Viewport and click Run Bridge in the 3D AI Studio tab. After that, any model you click “Send to Blender” on arrives in your scene instantly.

Why does my imported model look too big or too small in Blender?

Scale differences are normal when importing from any source. Select the model, press S to scale it to the right size, then apply the scale with Ctrl+A > Scale so transforms are clean. 3D AI Studio models use metric units, but Blender scenes sometimes default to different unit scales.

Can I rig and animate an AI-generated model in Blender?

Yes. You can either import a pre-rigged FBX from the 3D AI Studio Rigging tool, which comes with bones ready for animation, or add your own armature using Blender’s Rigify or manual rigging workflow. For characters, make sure to apply all transforms (Ctrl+A) before binding the mesh to bones.