-
Notifications
You must be signed in to change notification settings - Fork 125
Open
Description
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
- Create a few
PointsPrimitiveobjects with vertex data that has an interpretation other thanNumeric. - Merge them using
mergePoints() - Check the output interpretation.
- The interpretation reverts to
Numeric.
I think it could be fixed by setting the interpretation after this line?
cortex/src/IECoreScene/PointsAlgo.cpp
Line 170 in 4528f3a
| container = new T(); |
Though there may also be some more to do or at least documentation about what happens for conflicting interpretations.
Metadata
Metadata
Assignees
Labels
No labels