Blender V4.3
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
9#pragma once
10
11/* internal exports only */
12
13/* `script_ops.cc` */
14
16void script_keymap(wmKeyConfig *keyconf);
17
18/* `script_edit.cc` */
19
void script_operatortypes()
Definition script_ops.cc:18
void script_keymap(wmKeyConfig *keyconf)
Definition script_ops.cc:24
void SCRIPT_OT_reload(wmOperatorType *ot)
void SCRIPT_OT_python_file_run(wmOperatorType *ot)
wmOperatorType * ot
Definition wm_files.cc:4125