Blender
V3.3
intern
cycles
blender
CCL_api.h
Go to the documentation of this file.
1
/* SPDX-License-Identifier: Apache-2.0
2
* Copyright 2011-2022 Blender Foundation */
3
4
#ifndef __CCL_API_H__
5
#define __CCL_API_H__
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_init_logging
(
const
char
*argv0);
16
void
CCL_start_debug_logging
(
void
);
17
void
CCL_logging_verbosity_set
(
int
verbosity);
18
19
#ifdef __cplusplus
20
}
21
#endif
22
23
#endif
/* __CCL_API_H__ */
CCL_logging_verbosity_set
void CCL_logging_verbosity_set(int verbosity)
Definition:
logging.cpp:17
CCL_start_debug_logging
void CCL_start_debug_logging(void)
Definition:
logging.cpp:12
CCL_init_logging
void CCL_init_logging(const char *argv0)
Definition:
logging.cpp:7
CCL_python_module_init
void * CCL_python_module_init(void)
Definition:
python.cpp:986
Generated on Sat Jul 27 2024 14:57:55 for Blender by
doxygen
1.9.1