Alexei,
i am trying to run Split_in_Chunks script on an aligned referenced chunk and get following error:
2015-08-21 12:15:24 Traceback (most recent call last):
2015-08-21 12:15:24 File "C:/Users/paul.pelletier/Documents/Photoscan/Split_in_chunks.py", line 80, in <lambda>
2015-08-21 12:15:24 proc_split = lambda : self.splitChunks()
2015-08-21 12:15:24 File "C:/Users/paul.pelletier/Documents/Photoscan/Split_in_chunks.py", line 159, in splitChunks
2015-08-21 12:15:24 doc.addChunk(new_chunk)
2015-08-21 12:15:24 TypeError: addChunk() takes no arguments (1 given)
Could you help, please,