Skip to main content

All Questions

Tagged with
2 votes
1 answer
2k views

How to stop blender from generating duplicate vertices on export?

Yes, I know, use Mesh -> Clean up -> remove by distance. I did that, and in blender, it appears as if things are all fine and dandy, I made 3 cubes and made pyramids at the end, total vertex ...
Krupip's user avatar
  • 260
2 votes
1 answer
7k views

Batch exporting scene collections or selected objects using glTF-Blender-IO

I'm still new with python and scripting. I tried editing the obj exporter that I found. Since I'm exporting tons of object groups, I need each of scene collection or selected objects to be exported as ...
EatCodePlaySleep's user avatar
4 votes
1 answer
4k views

Getting just white light instead of actual colors by exporting emission based models

I created the following model by following an online tutorial in order to add it in a game: Here is the shader graph that I used to create the same: But when I tried to export in .glb format and ...
b30wulffz's user avatar
4 votes
1 answer
2k views

glTF export has twice the vertices it should

I am turning instances on a template into copies in a glTF file. When I import that glTF file into Blender again, the number of vertices has doubled. The number of faces also shows as double, but ...
kim holder's user avatar
  • 2,052
1 vote
1 answer
1k views

How to set up shader materials with main node Principal BSDF

I have issue with exporting shaders on blender model. I need to export model with shaders in GLTF . The problem is that shader materials are not exporting - only the main color of Principal BSDF node. ...
Johnny Silverhand's user avatar
6 votes
1 answer
4k views

How to export multiple NLA Actions to gltf?

Usually videogames require you to create your NLA action tracks and export them as an @action_name.fbx (unity) individually, so the game engine will pick them up and apply that .fbx data only to the ...
Pierre Schiller's user avatar
3 votes
1 answer
15k views

GLB (GLTF) export, how to include color/material information?

As a complete beginner with Blender, I have been creating simple 3D models to export as GLB and import into another program. For this purpose there is no animation, no physics, etc. I just need them ...
CarlF's user avatar
  • 141
2 votes
0 answers
148 views

When I export glb my textures turn black [duplicate]

I'm trying to export my project to glb to put on Mozilla Hubs, but after the export process, when I up to web, my model is totally black. what would be the problem? Pls helpp [
llelell's user avatar
  • 33
2 votes
0 answers
667 views

Export object with modifier animation as gltf file

Is it possible to export object with modifier animation as gltf file? I have a pie chart animated with screw modifier and I wanna export it as gltf. How can I archive it?
Rhys's user avatar
  • 21
2 votes
1 answer
3k views

Export multiple objects to individual glTF files?

I'm looking for a tool to export 40.000 objects into the individual glTF files. Sorry, I don't have any basic Python knowledge so please allow me to ask for help. I found a similar add-on on this site,...
viktor petrovich's user avatar
2 votes
1 answer
63 views

Volume type to gltf2.0 issue

I'm relatively new to Blender and currently, I'm working on creating medical imaging displays on a website using three.js. I've managed to import DICOM files using the MedBlend library (https://github....
Young Wang's user avatar
1 vote
1 answer
2k views

Export fluid simulation for usage in three.js

Is there any possibility to export a fluid simulation as an animation and import it in three.js? As I read in some threads it seems to be impossible to export a fluid simulation to a gltf, so I ...
Fabian's user avatar
  • 111
0 votes
1 answer
365 views

Why is this error happening when trying to export to GLTF/GLB?

I'm getting the following error when I try to export a simple 3D model as GLTF/GLB. I'm using the version 3.6.2 of Blender: ...
dawn's user avatar
  • 103
0 votes
1 answer
626 views

Is there a way to change the scale of the model when exporting in GLB format?

I was trying to decrease the scale of my model while exporting in GLB format but I couldn't find that option like In the FBX exporter, but The GLB exporter doesn't have it If you guys have solution ...
Sairam H's user avatar