Blender
V5.0
source
blender
depsgraph
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
11
struct
Object
;
12
struct
Depsgraph;
13
14
namespace
blender::deg::light_linking
{
15
16
/* Set runtime light linking data on evaluated object. */
17
void
eval_runtime_data
(const ::Depsgraph *
depsgraph
,
Object
&object_eval);
18
19
}
// namespace blender::deg::light_linking
depsgraph
BPy_StructRNA * depsgraph
Definition
bpy_driver.cc:173
blender::deg::light_linking
Definition
DEG_depsgraph_light_linking.hh:14
blender::deg::light_linking::eval_runtime_data
void eval_runtime_data(const ::Depsgraph *depsgraph, Object &object_eval)
Definition
depsgraph_light_linking.cc:35
Object
Definition
DNA_object_types.h:191
Generated on
for Blender by
doxygen
1.16.1