Blender
V5.0
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:216
BKE_world_eval
void BKE_world_eval(struct Depsgraph *depsgraph, struct World *world)
Definition
blenkernel/intern/world.cc:225
depsgraph
BPy_StructRNA * depsgraph
Definition
bpy_driver.cc:173
name
const char * name
Definition
python_compat.hh:32
Main
Definition
BKE_main.hh:160
World
Definition
DNA_world_types.h:25
Generated on
for Blender by
doxygen
1.16.1