huggingface / huggingface/simulate
[Python] Mesh data is duplicated, not cached
Open
bug
Python
- Dominant language
- Python
- Stars
- 195
- Forks
- 13
- Avg merge
- 58m
- Merged PRs (30d)
- 1
Description
- 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
Contributor guide
Assessment
This issue has not been assessed yet.