Blender  V3.3
Functions
BPY_extern_python.h File Reference
#include <stdio.h>

Go to the source code of this file.

Functions

void BPY_python_start (struct bContext *C, int argc, const char **argv)
 
void BPY_python_end (void)
 
void BPY_python_reset (struct bContext *C)
 
void BPY_python_use_system_env (void)
 
void BPY_python_backtrace (FILE *fp)
 

Detailed Description

Functionality relating to Python setup & tear down.

Definition in file BPY_extern_python.h.

Function Documentation

◆ BPY_python_backtrace()

void BPY_python_backtrace ( FILE *  fp)

Definition at line 585 of file bpy_interface.c.

Referenced by sig_handle_crash().

◆ BPY_python_end()

void BPY_python_end ( void  )

◆ BPY_python_reset()

void BPY_python_reset ( struct bContext C)

◆ BPY_python_start()

void BPY_python_start ( struct bContext C,
int  argc,
const char **  argv 
)

◆ BPY_python_use_system_env()

void BPY_python_use_system_env ( void  )

Definition at line 579 of file bpy_interface.c.

References BLI_assert, and py_use_system_env.

Referenced by arg_handle_python_use_system_env_set().