BKE: Utilities to create curves and point clouds without attributes #120368

Open
Iliya Katushenock wants to merge 16 commits from mod_moder/blender:more_no_att_constructors into main

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

View File

@ -54,6 +54,7 @@ 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) {