Welcome to mirror list, hosted at ThFree Co, Russian Federation.

bpy_traceback.h « intern « python « blender « source - git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 99e032f3594cf3c42cae82c9fe1301207dcdf960 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/* SPDX-License-Identifier: GPL-2.0-or-later */

/** \file
 * \ingroup pythonintern
 */

#pragma once

#ifdef __cplusplus
extern "C" {
#endif

void python_script_error_jump(const char *filepath, int *lineno, int *offset);

#ifdef __cplusplus
}
#endif