Geometry Nodes: Avoid copying attributes before reordering #117910

Open
Iliya Katushenock wants to merge 13 commits from mod_moder/blender:tmp_sort_elements_del_att into main

When changing the target branch, be careful to rebase the branch in your fork to match. See documentation.
1 changed files with 0 additions and 1 deletions
Showing only changes of commit af073fa9c9 - Show all commits

View File

@ -54,7 +54,6 @@ static void reorder_attributes_group_to_group(const bke::AttributeAccessor src_a
return true;
}
const GVArray src = *src_attributes.lookup(id, domain);
dst_attributes.remove(id);
bke::GSpanAttributeWriter dst = dst_attributes.lookup_or_add_for_write_only_span(
id, domain, meta_data.data_type);
if (!dst) {