|
Blender
V2.93
|
Go to the source code of this file.
Functions | |
| void * | CCL_python_module_init (void) |
| void | CCL_init_logging (const char *argv0) |
| void | CCL_start_debug_logging (void) |
| void | CCL_logging_verbosity_set (int verbosity) |
| void CCL_init_logging | ( | const char * | argv0 | ) |
Definition at line 20 of file blender_logging.cpp.
References util_logging_init().
Referenced by main().
| void CCL_logging_verbosity_set | ( | int | verbosity | ) |
Definition at line 30 of file blender_logging.cpp.
References util_logging_verbosity_set().
Referenced by arg_handle_verbosity_set().
| void* CCL_python_module_init | ( | void | ) |
Definition at line 1074 of file blender_python.cpp.
References mod(), module, and openimagedenoise_supported().
| void CCL_start_debug_logging | ( | void | ) |
Definition at line 25 of file blender_logging.cpp.
References util_logging_start().
Referenced by arg_handle_debug_mode_all().