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

Point cloud editing fixes #60237

Merged
merged 14 commits into from
Feb 3, 2025
Merged

Conversation

uclaros
Copy link
Contributor

@uclaros uclaros commented Jan 23, 2025

Description

This PR fixes point selection for the following cases:

  • Skips points outside the view frustum / behind the near plane
  • Skips points outside the 3d view's 2d clipping extent
  • Skips points with no classification category on the 3d renderer
  • Skips points filtered out by the layer's filter
  • Properly select points when layer has elevation properties scale and/or offset

@github-actions github-actions bot added this to the 3.42.0 milestone Jan 23, 2025
@uclaros uclaros force-pushed the point-cloud-editing-tidyup branch from 8b0cdfe to 395652a Compare January 23, 2025 10:47
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 dd04c90)

🪟 Windows Qt6 builds

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

@uclaros uclaros added 3D Relates to QGIS' 3D engine or rendering Point Clouds labels Jan 23, 2025
Copy link
Member

@wonder-sk wonder-sk left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could you please add auto test for the ignoreIndexFilter flag, and for change attribute value API when there's a subset string applied?

@nyalldawson
Copy link
Collaborator

This needs a rebase

@uclaros uclaros force-pushed the point-cloud-editing-tidyup branch from e13628b to dd04c90 Compare February 3, 2025 07:56
@nyalldawson nyalldawson merged commit 64100e8 into qgis:master Feb 3, 2025
31 checks passed
@uclaros uclaros deleted the point-cloud-editing-tidyup branch February 4, 2025 11:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3D Relates to QGIS' 3D engine or rendering Point Clouds
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants