Edin Spiegel
Edin Spiegel
Same here, with Blender 3.1.0, My os is: Debian 11
I kind of fixed this by swapping out mvs-texturing for openMVS' Texturing Step, I'll probably have to look into this further in the future.
Ahh I forgot to update this but I now use Meshlab's PyMeshlab to generate a texture - this has the downside of bugging out above 10k, so we are limited...
So, I've done some more digging, and the latest version that the error does not happen on is 2021.10 (I had to downgrade to python 3.9.18 to install 2021.10 -...
Hey there - It's no problem, thank you for replying! - yeah sure so the script I am running is this one: ``` import os import pymeshlab import optparse parser...
So I ran the script like this (with the working folder being in the image folder): ` /path/python/venv/bin/python /path/to/script/textureMesh/textureMesh.py -m '/drive/path/3dscanning/SmallPlastic/out/temp/model_surface.ply' -p '/drive/path/3dscanning/SmallPlastic/Images/project.nvm' -o '/drive/path/3dscanning/SmallPlastic/out'` (I just used the test...