Blender
V3.3
intern
cycles
app
cycles_xml.h
Go to the documentation of this file.
1
/* SPDX-License-Identifier: Apache-2.0
2
* Copyright 2011-2022 Blender Foundation */
3
4
#ifndef __CYCLES_XML_H__
5
#define __CYCLES_XML_H__
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
18
19
#endif
/* __CYCLES_XML_H__ */
CCL_NAMESPACE_END
#define CCL_NAMESPACE_END
Definition:
cuda/compat.h:9
xml_read_file
void xml_read_file(Scene *scene, const char *filepath)
Definition:
cycles_xml.cpp:712
scene
Scene scene
Definition:
deg_eval_copy_on_write.cc:106
CCL_NAMESPACE_BEGIN
Definition:
python.cpp:37
Scene
Definition:
DNA_scene_types.h:1739
Generated on Sat Jul 27 2024 14:57:55 for Blender by
doxygen
1.9.1