Blender V5.0
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
10struct Depsgraph;
11struct Main;
12struct World;
13
14struct World *BKE_world_add(struct Main *bmain, const char *name);
15void BKE_world_eval(struct Depsgraph *depsgraph, struct World *world);
struct World * BKE_world_add(struct Main *bmain, const char *name)
void BKE_world_eval(struct Depsgraph *depsgraph, struct World *world)
BPy_StructRNA * depsgraph
const char * name