Hello everyone,
I am programming a python script to export some metadata from a project in .txt format. After studying the python API, I have managed to access the various metadata dictionaries of the Tie point cloud, dense cloud, model, etc. In order to have the most accurate history of the functions applied to a project, I wanted to know if it was possible to access to a history of the tools functions used. For example, if I have applied the "decimate mesh" function to a 3D model, can I find a log of the application of this function somewhere?
Thanks a lot in advance,
Michel