Blender
V5.0
intern
cycles
app
cycles_xml.h
Go to the documentation of this file.
1
/* SPDX-FileCopyrightText: 2011-2022 Blender Foundation
2
*
3
* SPDX-License-Identifier: Apache-2.0 */
4
5
#pragma once
6
7
CCL_NAMESPACE_BEGIN
8
9
class
Scene
;
10
11
void
xml_read_file
(
Scene
*scene,
const
char
*filepath);
12
13
/* macros for importing */
14
#define RAD2DEGF(_rad) ((_rad) * (float)(180.0 / M_PI))
15
#define DEG2RADF(_deg) ((_deg) * (float)(M_PI / 180.0))
16
17
CCL_NAMESPACE_END
xml_read_file
void xml_read_file(Scene *scene, const char *filepath)
Definition
cycles_xml.cpp:811
CCL_NAMESPACE_END
#define CCL_NAMESPACE_END
Definition
device/cuda/compat.h:10
CCL_NAMESPACE_BEGIN
Definition
python.cpp:37
Scene
Definition
DNA_scene_types.h:2120
Generated on
for Blender by
doxygen
1.16.1