Hello everyone,
I am programming a python script to export some metadata of a project in .txt format. After studying the python API, I managed to access the different metadata dictionaries of the Tie points cloud, dense cloud, model, etc. However, when I access the 3D model metadata, none of them refer to the BuildTexture function, only BuildModel and BuildUV. Furthermore, when I select my model, the GUI shows me the parameters used for the BuildTexture function. I conclude that the texture metadatas are present, but I can't access them.
How can I access these metadata?
I specify that I did create a texture for a 3D model and that the command Metashape.app.document.chunk.model.Texture.meta returns None. Furthermore, the Metashape.app.document.chunk.model.Texture command returns something so the texture is present.
Thanks a lot in advance,
Michel