Go to the source code of this file.
|
| bool | blender::nodes::execute_multi_function_on_value_variant (const mf::MultiFunction &fn, const std::shared_ptr< mf::MultiFunction > &owned_fn, Span< bke::SocketValueVariant * > input_values, Span< bke::SocketValueVariant * > output_values, GeoNodesUserData *user_data, std::string &r_error_message) |
| bool | blender::nodes::execute_multi_function_on_value_variant (const std::shared_ptr< mf::MultiFunction > &owned_fn, const Span< bke::SocketValueVariant * > input_values, const Span< bke::SocketValueVariant * > output_values, GeoNodesUserData *user_data, std::string &r_error_message) |
| bool | blender::nodes::execute_multi_function_on_value_variant (const mf::MultiFunction &fn, const Span< bke::SocketValueVariant * > input_values, const Span< bke::SocketValueVariant * > output_values, GeoNodesUserData *user_data, std::string &r_error_message) |
| std::optional< SocketValueVariant > | blender::nodes::implicitly_convert_socket_value (const bke::bNodeSocketType &from_type, const SocketValueVariant &from_value, const bke::bNodeSocketType &to_type) |
| const LazyFunction * | blender::nodes::build_implicit_conversion_lazy_function (const bke::bNodeSocketType &from_type, const bke::bNodeSocketType &to_type, ResourceScope &scope) |