-
Notifications
You must be signed in to change notification settings - Fork 234
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
trimesh 3.9.33 test regression #203
Comments
Hey, is this still happening? Checking on my local machine it looks OK:
Is it possible the runner is missing |
I missed the reply @mikedh ! I will trigger a new build in conda-forge/pyrender-feedstock#2 to check. |
@traversaro I reproduce the same thing on my local machine and also on GitHub Workflow (See #216) |
I was debugging code and found the following behavior change: import trimesh
print(trimesh.__version__)
bm = trimesh.load("tests/data/WaterBottle.glb").dump()[0]
print(bm.visual.material.emissiveTexture)
|
@mikedh Your analysis helped me a lot. It seems that the Also note that prior to 3.9.33 emissive Texture was of type |
Since trimesh 3.9.33 (I tested with pip, and trimesh 3.9.32 works fine) the
test_meshes.py
test fails with error:The text was updated successfully, but these errors were encountered: