|
Blender V4.3
|
#include <NOD_geometry_nodes_lazy_function.hh>
Public Attributes | |
| std::function< void(bke::bake::BakeState state)> | store_fn |
Computes the simulation step and calls the given function to cache the new simulation state. The new simulation state is the output of the node.
Definition at line 90 of file NOD_geometry_nodes_lazy_function.hh.
| std::function<void(bke::bake::BakeState state)> blender::nodes::sim_output::StoreNewState::store_fn |
Definition at line 91 of file NOD_geometry_nodes_lazy_function.hh.
Referenced by blender::NodesModifierSimulationParams::output_store_frame_cache(), blender::nodes::node_geo_bake_cc::LazyFunctionForBakeNode::store(), blender::NodesModifierSimulationParams::store_as_prev_items(), and blender::nodes::node_geo_simulation_cc::sim_output_node::LazyFunctionForSimulationOutputNode::store_new_state().