Dear djyoung,
During the incremental alignment, the chunk.transform changes, so you can observe a slight shift in the original tie point cloud. If you want to leave the first part unchanged, then as a workaround we can offer the following workflow:
- In one chunk, perform alignment for the data that you would like not to change.
- After that, duplicate it (select Duplicate... command from the Chunk context menu on the Workspace pane).
- Add the part you want to align to the duplicated chunk and perform the alignment.
- After that, using Python, you can apply the transformation matrix from the first chunk to the second. To do this, open the Console pane (select View > Console) and run the following command:
Metashape.app.document.chunks[1].transform.matrix = Metashape.app.document.chunks[0].transform.matrix