simulate icon indicating copy to clipboard operation
simulate copied to clipboard

[Python] Mesh data is duplicated, not cached

Open dylanebert opened this issue 3 years ago • 1 comments

  • 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 avatar Sep 27 '22 19:09 dylanebert

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

dylanebert avatar Oct 04 '22 18:10 dylanebert