Elastic-Boundary-Projection
Elastic-Boundary-Projection copied to clipboard
’VoxelGrid‘ Object has no attribute 'matrix_solid' problem
Hello, I met a problem when I was testing:
it turned out to be that the voxel_mesh (an 'VoxelGrid' class) object does not have the attribute 'matrix_solid'. To figure it out I also looked up the documentation of trimesh in
https://trimsh.org/trimesh.voxel.html?highlight=voxelgrid
and I could not find the 'matrix_solid' term. So where does this 'matrix_solid' come from?
Sorry, that should be the attribute matrix
now.
I have substituted all "matrix_solid" in test_util.py with "matrix". Is that what you mean? But it turns out that problem still remains.
I found that trimesh has replaced VoxelMesh
with VoxelGrid
since 3.0.0 https://github.com/mikedh/trimesh/pull/467
The code worked in earlier versions.
I have substituted all "matrix_solid" in test_util.py with "matrix". Is that what you mean? But it turns out that problem still remains.
Hello,did you sovel it ?
I have substituted all "matrix_solid" in test_util.py with "matrix". Is that what you mean? But it turns out that problem still remains.
Hello,did you sovel it ?
Install trimesh before version 3.0, for example pip install trimesh==2.31.26