Geometry Nodes: add simulation support #104924

Closed
Hans Goudey wants to merge 211 commits from geometry-nodes-simulation 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 2 deletions
Showing only changes of commit c22fed5c01 - Show all commits

View File

@ -2027,9 +2027,7 @@ static void freeData(ModifierData *md)
nmd->settings.properties = nullptr;
}
if (nmd->simulation_cache != nullptr) {
MEM_delete(nmd->simulation_cache);
}
clear_runtime_data(nmd);
}