Blender
V5.0
intern
cycles
blender
CCL_api.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
#ifdef __cplusplus
8
extern
"C"
{
9
#endif
10
11
/* create python module _cycles used by addon */
12
13
void
*
CCL_python_module_init
(
void
);
14
15
void
CCL_log_init
(
void
);
16
17
#ifdef __cplusplus
18
}
19
#endif
CCL_log_init
void CCL_log_init(void)
Definition
logging.cpp:12
CCL_python_module_init
void * CCL_python_module_init(void)
Definition
python.cpp:810
Generated on
for Blender by
doxygen
1.16.1