1
General / Re: Change path/replace photos
« on: July 26, 2019, 05:27:28 PM »
It worked fine. I just "lost" the 10% of the pictures' chunk because the software says those are "resized".
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
chunk = Metashape.app.document.chunk
for i in range (len(chunk.cameras)):
chunk.cameras[i].frames[0].path = chunk.cameras[i].path.replace(".dng", ".jpg")