princeton-vl / infinigen

Infinite Photorealistic Worlds using Procedural Generation
https://infinigen.org
BSD 3-Clause "New" or "Revised" License
5.16k stars 431 forks source link

asset export failed #167

Open blacksino opened 7 months ago

blacksino commented 7 months ago

Hello,when I try to export obj from blender scene, the following error ocurs, I have 500GB memory on my server,so memory might not be the problem: Malloc array aborted due to integer overflow: len=18446744072301452898x4 in BKE_mesh_poly_offsets_ensure_alloc, total 8426885120. BTW,how to reduce nums of faces in order to simplifiy the mesh?

araistrick commented 7 months ago

Hello, this definitely seems like a bug. Would you be able to share what command you were running?

This would tell me what type of asset might be causing it, as well as the random seed to replicate it, and what other settings are at play that might affect things.

araistrick commented 7 months ago

RE reducing the number of faces you can see my reply to #165 or our docs/ConfiguringInfinigen.md's performance section