there is an int attribute called patch
and it has a value of either 1, 2, 3, 4, 5 in columns along the patch.
The remesh will transfer the values as expected on the borders of the mesh, but the interior will entirely be zero.
both in the geometry spreadsheet and the visualizer. This is not expected
I have noticed similar results with float values. interpolating completely wrong values far away from their original point in space values.
Here is a float attr called remesh_bug before remesh
and after:
BUT here is the truly odd thing, the correct expected value is in the geometry spreadsheet for the float value remesh_bug but not the integer value casted by the int function.
I am either missing something fundamental or some function I don't know to cast this float to a proper integer.
Please help
