|
Blender V5.0
|
Inherits blender::fn::lazy_function::LazyFunction.
Additional Inherited Members | |
| Protected Attributes inherited from blender::fn::lazy_function::LazyFunction | |
| const char * | debug_name_ = "unknown" |
| Vector< Input > | inputs_ |
| Vector< Output > | outputs_ |
| bool | allow_missing_requested_inputs_ = false |
Definition at line 480 of file node_geo_simulation.cc.
|
inline |
Definition at line 497 of file node_geo_simulation.cc.
References blender::fn::lazy_function::LazyFunction::debug_name_, blender::CPPType::get(), i, blender::fn::lazy_function::LazyFunction::inputs_, NodeGeometrySimulationOutput::items, NodeGeometrySimulationOutput::items_num, blender::nodes::GeometryNodeLazyFunctionGraphMapping::lf_index_by_bsocket, blender::nodes::GeometryNodesLazyFunctionGraphInfo::mapping, blender::fn::lazy_function::Maybe, NodeSimulationItem::name, and blender::fn::lazy_function::LazyFunction::outputs_.
|
inlinefinalvirtual |
Needs to be implemented by subclasses. This is separate from execute so that additional debugging logic can be implemented in execute.
Implements blender::fn::lazy_function::LazyFunction.
Definition at line 535 of file node_geo_simulation.cc.
References blender::nodes::GeoNodesUserData::call_data, params, blender::nodes::GeoNodesCallData::self_object(), set_default_outputs(), blender::nodes::GeoNodesCallData::simulation_params, and blender::nodes::GeoNodesLocalUserData::try_get_tree_logger().
|
inline |
Definition at line 697 of file node_geo_simulation.cc.
References blender::Array< T, InlineBufferCapacity, Allocator >::as_span(), i, blender::nodes::node_geo_simulation_cc::move_values_to_simulation_state(), and params.
Referenced by pass_through(), and store_new_state().
|
inline |
Definition at line 608 of file node_geo_simulation.cc.
References blender::nodes::GeoNodesUserData::call_data, blender::nodes::GeoNodesUserData::compute_context, blender::nodes::node_geo_simulation_cc::copy_simulation_state_to_values(), i, params, blender::nodes::GeoNodesCallData::self_object(), and state.
Referenced by store_new_state().
|
inline |
Definition at line 625 of file node_geo_simulation.cc.
References blender::nodes::node_geo_simulation_cc::copy_simulation_state_to_values(), i, blender::nodes::mix_baked_data_item(), next_state(), and params.
|
inline |
Definition at line 649 of file node_geo_simulation.cc.
References blender::nodes::GeoNodesUserData::call_data, blender::nodes::GeoNodesUserData::compute_context, get_bake_state_from_inputs(), i, blender::nodes::node_geo_simulation_cc::move_simulation_state_to_values(), params, and blender::nodes::GeoNodesCallData::self_object().
|
inline |
Definition at line 603 of file node_geo_simulation.cc.
References params, and blender::nodes::set_default_remaining_node_outputs().
Referenced by execute_impl().
|
inline |
Definition at line 671 of file node_geo_simulation.cc.
References blender::bke::SocketValueVariant::get(), get_bake_state_from_inputs(), output_cached_state(), params, and blender::nodes::sim_output::StoreNewState::store_fn.