Simulation Nodes: bake simulation states to disk #106937

Merged
Jacques Lucke merged 116 commits from JacquesLucke/blender:sim-bake into geometry-nodes-simulation 2023-04-22 14:48:56 +02:00
1 changed files with 1 additions and 0 deletions
Showing only changes of commit 77b768654e - Show all commits

View File

@ -225,6 +225,7 @@ class LazyFunctionForSimulationOutputNode final : public LazyFunction {
const bke::sim::SimulationZoneState &next_state,
const float mix_factor) const
{
/* TODO: Implement subframe mixing. */
HooglyBoogly marked this conversation as resolved Outdated

TODO comment

TODO comment
this->output_cached_state(params, prev_state);
UNUSED_VARS(next_state, mix_factor);
}