Skip to content
New issue

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

add point cloud output to compatible output types for point cloud widget wrapper (fix #57550) #60236

Merged
merged 1 commit into from
Jan 28, 2025

Conversation

alexbruy
Copy link
Contributor

Description

QgsProcessingOutputPointCloudLayer was not added as a compatible output type for QgsProcessingPointCloudLayerWidgetWrapper resulting in inability to use some point cloud algorithms in modeler context.

Fixes #57550.

@alexbruy alexbruy added Processing Relating to QGIS Processing framework or individual Processing algorithms backport queued_ltr_backports Queued Backports backport release-3_40 labels Jan 23, 2025
@alexbruy alexbruy requested a review from nyalldawson January 23, 2025 10:09
@github-actions github-actions bot added this to the 3.42.0 milestone Jan 23, 2025
Copy link

github-actions bot commented Jan 23, 2025

🪟 Windows builds

Download Windows builds of this PR for testing.
Debug symbols for this build are available here.
(Built from commit afba54c)

🪟 Windows Qt6 builds

Download Windows Qt6 builds of this PR for testing.
(Built from commit afba54c)

@nyalldawson nyalldawson removed the backport queued_ltr_backports Queued Backports label Jan 28, 2025
@nyalldawson nyalldawson merged commit b574e06 into qgis:master Jan 28, 2025
46 checks passed
@alexbruy alexbruy deleted the processing-point-cloud-output branch January 28, 2025 08:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport release-3_40 Processing Relating to QGIS Processing framework or individual Processing algorithms
Projects
None yet
Development

Successfully merging this pull request may close these issues.

There seems to be an issue with the way the algorithm for merging pointclouds works in the model builder.
2 participants