WIP: use generic copy-on-write system to avoid unnecessary data copies #104470

Closed
Jacques Lucke wants to merge 50 commits from JacquesLucke/blender:temp-copy-on-write-customdata 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 1 deletions
Showing only changes of commit d76e6862f0 - Show all commits

View File

@ -56,7 +56,7 @@ class AnonymousAttributeID {
void cow_delete_self() const
{
delete this;
MEM_delete(this);
}
};