midstreeeam / MidVoxIO

A python io to load/write/visualize vox files (MagicalVoxel's .vox format).
MIT License
23 stars 4 forks source link

Fix: Can now use palette_arr #9

Closed Malar10 closed 3 weeks ago

Malar10 commented 3 weeks ago

Fix for ValueError that would occur when using the "palette_arr" parameter in various functions.

The error in question: ValueError: The truth value of an array with more than one element is ambiguous. Use a.any() or a.all()

midstreeeam commented 3 weeks ago

thanks