-
Notifications
You must be signed in to change notification settings - Fork 254
Open
Description
Since trimesh 3.9.33 (I tested with pip, and trimesh 3.9.32 works fine) the test_meshes.py test fails with error:
bm = trimesh.load('tests/data/WaterBottle.glb').dump()[0]
x = Mesh.from_trimesh(bm)
assert x.primitives[0].material.baseColorTexture is not None
> assert x.primitives[0].material.emissiveTexture is not None
E assert None is not None
E + where None = <pyrender.material.MetallicRoughnessMaterial object at 0x7fa1a0e760a0>.emissiveTexture
E + where <pyrender.material.MetallicRoughnessMaterial object at 0x7fa1a0e760a0> = <pyrender.primitive.Primitive object at 0x7fa1a0e76130>.material
tests/unit/test_meshes.py:121: AssertionError
Metadata
Metadata
Assignees
Labels
No labels