Blender
V4.5
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
9
10
struct
Depsgraph;
11
struct
Main
;
12
struct
World
;
13
14
struct
World
*
BKE_world_add
(
struct
Main
*bmain,
const
char
*name);
15
void
BKE_world_eval
(
struct
Depsgraph *
depsgraph
,
struct
World
*world);
BKE_world_add
struct World * BKE_world_add(struct Main *bmain, const char *name)
Definition
blenkernel/intern/world.cc:210
BKE_world_eval
void BKE_world_eval(struct Depsgraph *depsgraph, struct World *world)
Definition
blenkernel/intern/world.cc:219
depsgraph
BPy_StructRNA * depsgraph
Definition
bpy_driver.cc:173
Main
Definition
BKE_main.hh:141
World
Definition
DNA_world_types.h:26
Generated on
for Blender by
doxygen
1.16.1