Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

[Python] Mesh data is duplicated, not cached #251

Open
dylanebert opened this issue Sep 27, 2022 · 1 comment
Open

[Python] Mesh data is duplicated, not cached #251

dylanebert opened this issue Sep 27, 2022 · 1 comment
Labels
bug Something isn't working Python Issues related to the Python frontend API

Comments

@dylanebert
Copy link
Contributor

  • When multiple objects have the same mesh, it should only pass the mesh data once, as it worked previously
  • Currently, the mesh data is instead duplicated, i.e. adding 100 equivalent spheres will pass 100 different mesh data
@dylanebert dylanebert added bug Something isn't working Python Issues related to the Python frontend API labels Sep 27, 2022
@dylanebert
Copy link
Contributor Author

Mesh caching works correctly if the meshes share the same material, so the issue may be that the material is being factored into the mesh caching, but the same mesh should be able to be used for different materials

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
bug Something isn't working Python Issues related to the Python frontend API
Projects
None yet
Development

No branches or pull requests

1 participant