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_dup (branched from master)
- Build Status
Buildable 22334 Build 22334: 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–101 | Might it make sense to assert that selection.size() == offsets.size()? | |
| source/blender/nodes/geometry/nodes/node_geo_duplicate_elements.cc | ||
|---|---|---|
| 362–390 | In the 3.2 branch we should probably avoid doing this renaming | |