Blender V5.0
script_intern.hh
Go to the documentation of this file.
1/* SPDX-FileCopyrightText: 2008 Blender Authors
2 *
3 * SPDX-License-Identifier: GPL-2.0-or-later */
4
8
9#pragma once
10
11/* internal exports only */
12
13struct wmKeyConfig;
14struct wmOperatorType;
15
16/* `script_ops.cc` */
17
19void script_keymap(wmKeyConfig *keyconf);
20
21/* `script_edit.cc` */
22
void script_operatortypes()
Definition script_ops.cc:17
void script_keymap(wmKeyConfig *keyconf)
Definition script_ops.cc:23
void SCRIPT_OT_reload(wmOperatorType *ot)
void SCRIPT_OT_python_file_run(wmOperatorType *ot)
wmOperatorType * ot
Definition wm_files.cc:4237