Blender
V4.3
source
blender
blenkernel
BKE_world.h
Go to the documentation of this file.
1
/* SPDX-FileCopyrightText: 2001-2002 NaN Holding BV. All rights reserved.
2
*
3
* SPDX-License-Identifier: GPL-2.0-or-later */
4
#pragma once
5
10
#ifdef __cplusplus
11
extern
"C"
{
12
#endif
13
14
struct
Depsgraph;
15
struct
Main
;
16
struct
World
;
17
18
struct
World
*
BKE_world_add
(
struct
Main
*bmain,
const
char
*name);
19
void
BKE_world_eval
(
struct
Depsgraph *
depsgraph
,
struct
World
*world);
20
21
#ifdef __cplusplus
22
}
23
#endif
BKE_world_add
struct World * BKE_world_add(struct Main *bmain, const char *name)
Definition
blenkernel/intern/world.cc:220
BKE_world_eval
void BKE_world_eval(struct Depsgraph *depsgraph, struct World *world)
Definition
blenkernel/intern/world.cc:229
depsgraph
const Depsgraph * depsgraph
Definition
deg_eval_copy_on_write.cc:494
Main
Definition
BKE_main.hh:122
World
Definition
DNA_world_types.h:26
Generated on Thu Feb 6 2025 07:36:39 for Blender by
doxygen
1.11.0