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 1 additions and 1 deletions
Showing only changes of commit 35b3037bcd - Show all commits

View File

@ -12,7 +12,7 @@
#ifdef __cplusplus
namespace blender::bke::sim {
struct ModifierSimulationCache;
class ModifierSimulationCache;
}
using ModifierSimulationCacheHandle = blender::bke::sim::ModifierSimulationCache;
#else