|
Blender V4.3
|
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 8 of file logging.cpp.
Referenced by main().
| void CCL_logging_verbosity_set | ( | int | verbosity | ) |
Definition at line 18 of file logging.cpp.
Referenced by arg_handle_verbosity_set().
| void * CCL_python_module_init | ( | void | ) |
Definition at line 1005 of file python.cpp.
References mod().
| void CCL_start_debug_logging | ( | void | ) |
Definition at line 13 of file logging.cpp.
Referenced by arg_handle_debug_mode_all(), and arg_handle_debug_mode_cycles().