Blender V5.0
volume_grid_function_eval.hh
Go to the documentation of this file.
1/* SPDX-FileCopyrightText: 2025 Blender Authors
2 *
3 * SPDX-License-Identifier: GPL-2.0-or-later */
4
8
9#pragma once
10
11#include "FN_multi_function.hh"
12
13#include "NOD_geometry_exec.hh"
14
15namespace blender::nodes {
16
29 const mf::MultiFunction &fn,
30 const Span<SocketValueVariant *> input_values,
31 const Span<SocketValueVariant *> output_values,
32 std::string &r_error_message);
33
34} // namespace blender::nodes
bool execute_multi_function_on_value_variant__volume_grid(const mf::MultiFunction &, const Span< bke::SocketValueVariant * >, const Span< bke::SocketValueVariant * >, std::string &r_error_message)