Wasn't passing the selection deep enough into the copy functions. This seems like a change that will need some testing that it doesn't screw things up.
Details
Details
Diff Detail
Diff Detail
- Repository
- rB Blender
- Branch
- fix_selection (branched from master)
- Build Status
Buildable 22331 Build 22331: arc lint + arc unit
Event Timeline
Comment Actions
This looks correct to me. Easy to miss something like this when there are so many cases to test.
| source/blender/nodes/geometry/nodes/node_geo_duplicate_elements.cc | ||
|---|---|---|
| 100 | Might it make sense to assert that selection.size() == offsets.size()? | |
| source/blender/nodes/geometry/nodes/node_geo_duplicate_elements.cc | ||
|---|---|---|
| 361–389 | In the 3.2 branch we should probably avoid doing this renaming | |