Blender
V3.3
|
Go to the source code of this file.
Functions | |
bool | python_script_error_jump (const char *filepath, int *r_lineno, int *r_offset, int *r_lineno_end, int *r_offset_end) |
bool python_script_error_jump | ( | const char * | filepath, |
int * | r_lineno, | ||
int * | r_offset, | ||
int * | r_lineno_end, | ||
int * | r_offset_end | ||
) |
Definition at line 166 of file bpy_traceback.c.
References BLI_path_cmp, ELEM, NULL, parse_syntax_error(), and traceback_filepath().
Referenced by python_script_error_jump_text().