You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
GLTF/GLB exporter fails when --texturing-single-material is enabled
Internally, the gltf export step relies on a proper textured mesh, and when single-material is active, the way materials are combined break compatibility with the GLTF export step.
As a result, the GLTF generation step silently fails or is skipped — you get no .glb file.