Blender
V4.3
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
#ifndef __CCL_API_H__
6
#define __CCL_API_H__
7
8
#ifdef __cplusplus
9
extern
"C"
{
10
#endif
11
12
/* create python module _cycles used by addon */
13
14
void
*
CCL_python_module_init
(
void
);
15
16
void
CCL_init_logging
(
const
char
*argv0);
17
void
CCL_start_debug_logging
(
void
);
18
void
CCL_logging_verbosity_set
(
int
verbosity);
19
20
#ifdef __cplusplus
21
}
22
#endif
23
24
#endif
/* __CCL_API_H__ */
CCL_logging_verbosity_set
void CCL_logging_verbosity_set(int verbosity)
Definition
logging.cpp:18
CCL_start_debug_logging
void CCL_start_debug_logging(void)
Definition
logging.cpp:13
CCL_init_logging
void CCL_init_logging(const char *argv0)
Definition
logging.cpp:8
CCL_python_module_init
void * CCL_python_module_init(void)
Definition
python.cpp:1005
Generated on Thu Feb 6 2025 07:36:39 for Blender by
doxygen
1.11.0