We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi, I tried to run the split cloud process with the script, but it gives me this error:
2024-12-14 16:19:21 Traceback (most recent call last): 2024-12-14 16:19:21 File "D:/03. Tempio di Diana - Roma/Roma - Tempietto di Diana/Script/split_in_chunks_dialog.py", line 157, in 2024-12-14 16:19:21 proc_split = lambda: self.splitChunks() 2024-12-14 16:19:21 File "D:/03. Tempio di Diana - Roma/Roma - Tempietto di Diana/Script/split_in_chunks_dialog.py", line 368, in splitChunks 2024-12-14 16:19:21 new_chunk.point_cloud.clear() 2024-12-14 16:19:21 AttributeError: 'Metashape.PointCloud' object has no attribute 'clear'
Can anyone help me?
The text was updated successfully, but these errors were encountered:
Hi, the latest version of split_in_chunks_dialog.py is compatible only with latest stable Metashape release - for now it is 2.1.
If you want to continue use Metashape 1.7 - you can try to use the script from the 1.7 branch, does it work for you?
Sorry, something went wrong.
No branches or pull requests
Hi, I tried to run the split cloud process with the script, but it gives me this error:
2024-12-14 16:19:21 Traceback (most recent call last):
2024-12-14 16:19:21 File "D:/03. Tempio di Diana - Roma/Roma - Tempietto di Diana/Script/split_in_chunks_dialog.py", line 157, in
2024-12-14 16:19:21 proc_split = lambda: self.splitChunks()
2024-12-14 16:19:21 File "D:/03. Tempio di Diana - Roma/Roma - Tempietto di Diana/Script/split_in_chunks_dialog.py", line 368, in splitChunks
2024-12-14 16:19:21 new_chunk.point_cloud.clear()
2024-12-14 16:19:21 AttributeError: 'Metashape.PointCloud' object has no attribute 'clear'
Can anyone help me?
The text was updated successfully, but these errors were encountered: