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
Version: Cortex 10.3.0.0-release 3rd-party modules: None
It looks like PointsAlgo::mergePoints does not copy the geometric interpretation when merging point primitives.
PointsAlgo::mergePoints
PointsPrimitive
Numeric
mergePoints()
I think it could be fixed by setting the interpretation after this line?
cortex/src/IECoreScene/PointsAlgo.cpp
Line 170 in 4528f3a
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Version: Cortex 10.3.0.0-release
3rd-party modules: None
Description
It looks like
PointsAlgo::mergePoints
does not copy the geometric interpretation when merging point primitives.Steps to Reproduce
PointsPrimitive
objects with vertex data that has an interpretation other thanNumeric
.mergePoints()
Numeric
.I think it could be fixed by setting the interpretation after this line?
cortex/src/IECoreScene/PointsAlgo.cpp
Line 170 in 4528f3a
Though there may also be some more to do or at least documentation about what happens for conflicting interpretations.
The text was updated successfully, but these errors were encountered: