- Toulouse, France
- https://julienduroure.com
- Joined on
2010-10-18
Block a user
Script which exports meshes also affects certain meshes
@lichtwerk This is not something related to glTF exporter. The mesh is not valid, so exporter can't guarantee how it will be exported, and glTF exporter has no impact on how Blender will manage…
GLTF Export without animation raises Python key error
Blender 4.1.1 throws a python error when exporting a specific project as GLB or GLTF
I open a ticket on glTF upstream repository to avoid a crash in that case https://github.com/KhronosGroup/glTF-Blender-IO/issues/2213
Blender 4.1.1 throws a python error when exporting a specific project as GLB or GLTF
@Johngood I can't reproduce your workaround issue. From your applied file:
Blender 4.1.1 throws a python error when exporting a specific project as GLB or GLTF
Seems the UVMap attribute (FaceCorner / 2D Vector) is converted to Vertex / Vector when applying the GN modifier
Blender 4.1.1 throws a python error when exporting a specific project as GLB or GLTF
@lichtwerk The root cause here is that the attribute used for UVMap is Vertex / FLOAT_VECTOR, where glTF exporter expected FaceCorner / FLOAT_VECTOR or FaceCorner / FLOAT2
We definitivly need…