|
Blender V4.3
|
#include <NOD_geometry_nodes_lazy_function.hh>
Public Attributes | |
| float | mix_factor |
| bke::bake::BakeStateRef | prev_state |
| bke::bake::BakeStateRef | next_state |
The inputs are not evaluated, instead of a mix of the two given states is output.
Definition at line 104 of file NOD_geometry_nodes_lazy_function.hh.
| float blender::nodes::sim_output::ReadInterpolated::mix_factor |
Factor between 0 and 1 that determines the influence of the two simulation states.
Definition at line 106 of file NOD_geometry_nodes_lazy_function.hh.
Referenced by blender::NodesModifierSimulationParams::read_interpolated().
| bke::bake::BakeStateRef blender::nodes::sim_output::ReadInterpolated::next_state |
Definition at line 108 of file NOD_geometry_nodes_lazy_function.hh.
| bke::bake::BakeStateRef blender::nodes::sim_output::ReadInterpolated::prev_state |
Definition at line 107 of file NOD_geometry_nodes_lazy_function.hh.