For some reason, when I am generating a large square model 32x32 size that fills the whole box (purely for experimental purposes), when I save the model as a Marching Cubes it endlessly attempts to generate the model and pulls codes - - - -
core\image.cpp:2395
ERROR: Image::set_pixel: Index p_y=-2 out of size (height=128)
At: core\image.cpp:2395
ERROR: Image::set_pixel: Index p_y=-2 out of size (height=128)
At: core\image.cpp:2395
ERROR: Image::set_pixel: Index p_y=-2 out of size (height=128)
At: core\image.cpp:2395
ERROR: Image::set_pixel: Index p_y=-2 out of size (height=128)
At: core\image.cpp:2395
ERROR: Image::set_pixel: Index p_y=-2 out of size (height=128)
At: core\image.cpp:2395
ERROR: Image::set_pixel: Index p_y=-2 out of size (height=128)
At: core\image.cpp:2395
ERROR: Image::set_pixel: Index p_y=-3 out of size (height=128)
At: core\image.cpp:2395
ERROR: Image::set_pixel: Index p_y=-3 out of size (height=128)
At: core\image.cpp:2395
ERROR: Image::set_pixel: Index p_y=-3 out of size (height=128)
At: core\image.cpp:2395
ERROR: Image::set_pixel: Index p_y=-3 out of size (height=128)
At: core\image.cpp:2395
ERROR: Image::set_pixel: Index p_y=-3 out of size (height=128)
At: core\image.cpp:2395
ERROR: Image::set_pixel: Index p_y=-3 out of size (height=128)
At: core\image.cpp:2395
this goes on for a very long time, when I let it run it stops at
ERROR: Image::set_pixel: Index p_y=-64 out of size (height=128)
At: core\image.cpp:2395
and then nothing happens. But the model will let me look at it now in preview and it does indeed turn into a marching cube. The whole things error system is confusing.
Then when I trim the model down and make it smaller inside the box and save it, it will at least generate, but pulls a error code
ERROR: PhysicsServerSW::shape_get_data: Condition ' !shape->is_configured() ' is true. returned: Variant()
At: servers\physics\physics_server_sw.cpp:129
Finished saving model
While at least it generates, but I wonder how these errors will affect my usage of the models in the future.