Hi, i am getting error using this code:
chunk = PhotoScan.app.document.chunk
m = chunk.addMarker()
m.reference.location = PhotoScan.Vector((0,0,0))
AttributeError: 'PhotoScan.Marker.Reference' object attribute 'location' is read-only
Anyone knows why?