I have a 5-camera multi-lens system, and only orthographic with POS. For large projects, I hope to split into multiple blocks for photo alignment.
If I delete the in main gui with blue dots, the other four photos without POS are not deleted.
I think we can have a script that will delete all the extra photos through the file name rule.
The file name rule is as follows (1):
File names are unique throughout the project
1 x001 --- Ortho, with POS
1 q001
1 h001
1 z001
1 y001
……
2 x001 --- Ortho, with POS
2 q001
2 h001
2 z001
2 y001
……
If it doesn't exist 2x001 Delete the 2q001 2h001 2z001 2y 001.
The file name rule is as follows (2):
The file names are the same, but are stored in different 5 folders.
001 --- Ortho, with POS
001
001
001
001
……
002 --- Ortho, with POS
002
002
002
002
Can you give me a hand?