Blender V5.0
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
8
9class Scene;
10
11void 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
void xml_read_file(Scene *scene, const char *filepath)
#define CCL_NAMESPACE_END