Blender
V4.3
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
#ifndef __CYCLES_XML_H__
6
#define __CYCLES_XML_H__
7
8
CCL_NAMESPACE_BEGIN
9
10
class
Scene
;
11
12
void
xml_read_file
(
Scene
*scene,
const
char
*filepath);
13
14
/* macros for importing */
15
#define RAD2DEGF(_rad) ((_rad) * (float)(180.0 / M_PI))
16
#define DEG2RADF(_deg) ((_deg) * (float)(M_PI / 180.0))
17
18
CCL_NAMESPACE_END
19
20
#endif
/* __CYCLES_XML_H__ */
xml_read_file
void xml_read_file(Scene *scene, const char *filepath)
Definition
cycles_xml.cpp:854
CCL_NAMESPACE_END
#define CCL_NAMESPACE_END
Definition
device/cuda/compat.h:10
CCL_NAMESPACE_BEGIN
Definition
python.cpp:44
Scene
Definition
DNA_scene_types.h:1988
Generated on Thu Feb 6 2025 07:36:39 for Blender by
doxygen
1.11.0