Blender
V4.3
source
blender
editors
space_script
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
15
void
script_operatortypes
();
16
void
script_keymap
(
wmKeyConfig
*keyconf);
17
18
/* `script_edit.cc` */
19
20
void
SCRIPT_OT_reload
(
wmOperatorType
*
ot
);
21
void
SCRIPT_OT_python_file_run
(
wmOperatorType
*
ot
);
script_operatortypes
void script_operatortypes()
Definition
script_ops.cc:18
script_keymap
void script_keymap(wmKeyConfig *keyconf)
Definition
script_ops.cc:24
SCRIPT_OT_reload
void SCRIPT_OT_reload(wmOperatorType *ot)
Definition
script_edit.cc:139
SCRIPT_OT_python_file_run
void SCRIPT_OT_python_file_run(wmOperatorType *ot)
Definition
script_edit.cc:53
wmKeyConfig
Definition
DNA_windowmanager_types.h:599
wmOperatorType
Definition
WM_types.hh:988
ot
wmOperatorType * ot
Definition
wm_files.cc:4125
Generated on Thu Feb 6 2025 07:36:39 for Blender by
doxygen
1.11.0