Blender V5.0
DEG_depsgraph_light_linking.hh
Go to the documentation of this file.
1/* SPDX-FileCopyrightText: 2023 Blender Authors
2 *
3 * SPDX-License-Identifier: GPL-2.0-or-later */
4
8
9#pragma once
10
11struct Object;
12struct Depsgraph;
13
15
16/* Set runtime light linking data on evaluated object. */
17void eval_runtime_data(const ::Depsgraph *depsgraph, Object &object_eval);
18
19} // namespace blender::deg::light_linking
BPy_StructRNA * depsgraph
void eval_runtime_data(const ::Depsgraph *depsgraph, Object &object_eval)