Blender
V3.3
source
blender
python
intern
bpy_traceback.h
Go to the documentation of this file.
1
/* SPDX-License-Identifier: GPL-2.0-or-later */
2
7
#pragma once
8
9
#ifdef __cplusplus
10
extern
"C"
{
11
#endif
12
13
bool
python_script_error_jump
(
14
const
char
*filepath,
int
*r_lineno,
int
*r_offset,
int
*r_lineno_end,
int
*r_offset_end);
15
16
#ifdef __cplusplus
17
}
18
#endif
python_script_error_jump
bool python_script_error_jump(const char *filepath, int *r_lineno, int *r_offset, int *r_lineno_end, int *r_offset_end)
Definition:
bpy_traceback.c:166
Generated on Sat Jul 27 2024 14:57:55 for Blender by
doxygen
1.9.1