Hello
i have some code that exports the 3dmodel as an OBJ format.
when exporting the model through the GUI, with no colors or vertex normals selected, i get an OBJ model that is (for eg) 160mb in size, and exports quite quick.
with the below snippet, the software continues to calculate vertex colors, even though it appears i have set it to false.
the exported model is 320mb and takes a few minutes longer.
is there something wrong with the code, or is this a python bug?
chunk.exportModel(path, precision=6, format='obj', projection = proj, texture=False, colors=False)
thanks
Luke
2nd q: is it possible to export the 3dmodel clipped to the shapes?