Forum

Author Topic: History of the functions applied to a project  (Read 4195 times)

Michel

  • Newbie
  • *
  • Posts: 14
    • View Profile
History of the functions applied to a project
« on: February 26, 2022, 05:25:56 PM »
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

Alexey Pasumansky

  • Agisoft Technical Support
  • Hero Member
  • *****
  • Posts: 15600
    • View Profile
Re: History of the functions applied to a project
« Reply #1 on: February 26, 2022, 06:05:43 PM »
Hello Michel,

I could suggest to check the Jobs pane in the application GUI, which stores the information about the operations applied to the projects in the current Metashape instance.
Best regards,
Alexey Pasumansky,
Agisoft LLC

Michel

  • Newbie
  • *
  • Posts: 14
    • View Profile
Re: History of the functions applied to a project
« Reply #2 on: February 26, 2022, 09:51:42 PM »
Hello Alexey,

Thank you for this suggestion. I will try to use it in my process to at least know which function was used.