Blender  V3.3
Functions
CCL_api.h File Reference

Go to the source code of this file.

Functions

voidCCL_python_module_init (void)
 
void CCL_init_logging (const char *argv0)
 
void CCL_start_debug_logging (void)
 
void CCL_logging_verbosity_set (int verbosity)
 

Function Documentation

◆ CCL_init_logging()

void CCL_init_logging ( const char *  argv0)

Definition at line 7 of file logging.cpp.

References util_logging_init().

Referenced by main().

◆ CCL_logging_verbosity_set()

void CCL_logging_verbosity_set ( int  verbosity)

Definition at line 17 of file logging.cpp.

References util_logging_verbosity_set().

Referenced by arg_handle_verbosity_set().

◆ CCL_python_module_init()

void* CCL_python_module_init ( void  )

Definition at line 986 of file python.cpp.

References mod(), module, and openimagedenoise_supported().

◆ CCL_start_debug_logging()

void CCL_start_debug_logging ( void  )

Definition at line 12 of file logging.cpp.

References util_logging_start().

Referenced by arg_handle_debug_mode_all().