1
Python and Java API / split_in_chunks_dialog error
« on: March 05, 2018, 10:01:19 PM »
Hello, I'm getting some error like the one I have in the console when I'm trying to split the project into Chunks.
The soft is well doing the first part of the chunk, but cant does another one. Cf Screenshot.
Thanks for your help.
The soft is well doing the first part of the chunk, but cant does another one. Cf Screenshot.
Thanks for your help.
Code: [Select]
018-03-05 19:50:01 SaveProject
2018-03-05 19:50:01 Saving project...
2018-03-05 19:50:02 saved project in 0.988 sec
2018-03-05 19:50:02 Finished processing in 0.988 sec (exit code 1)
2018-03-05 19:50:02 Traceback (most recent call last):
2018-03-05 19:50:02 File "D:/en_cours_partage/00_AA-logiciel/photoscan/split_in_chunks_dialog.txt.txt", line 152, in <lambda>
2018-03-05 19:50:02 proc_split = lambda: self.splitChunks()
2018-03-05 19:50:02 File "D:/en_cours_partage/00_AA-logiciel/photoscan/split_in_chunks_dialog.txt.txt", line 315, in splitChunks
2018-03-05 19:50:02 new_chunk.dense_cloud.clear()
2018-03-05 19:50:02 AttributeError: 'PhotoScan.DenseCloud' object has no attribute 'clear'
>>>