Blender
V5.0
source
blender
editors
space_script
script_ops.cc
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
#include <cstdlib>
10
11
#include "
WM_api.hh
"
12
13
#include "
script_intern.hh
"
14
15
/* ************************** registration **********************************/
16
17
void
script_operatortypes
()
18
{
19
WM_operatortype_append
(
SCRIPT_OT_python_file_run
);
20
WM_operatortype_append
(
SCRIPT_OT_reload
);
21
}
22
23
void
script_keymap
(
wmKeyConfig
*
/*keyconf*/
)
24
{
25
/* Script space is deprecated, and doesn't need a keymap */
26
}
WM_api.hh
SCRIPT_OT_reload
void SCRIPT_OT_reload(wmOperatorType *ot)
Definition
script_edit.cc:137
SCRIPT_OT_python_file_run
void SCRIPT_OT_python_file_run(wmOperatorType *ot)
Definition
script_edit.cc:51
script_intern.hh
script_operatortypes
void script_operatortypes()
Definition
script_ops.cc:17
script_keymap
void script_keymap(wmKeyConfig *)
Definition
script_ops.cc:23
wmKeyConfig
Definition
DNA_windowmanager_types.h:507
WM_operatortype_append
void WM_operatortype_append(void(*opfunc)(wmOperatorType *))
Definition
wm_operator_type.cc:149
Generated on
for Blender by
doxygen
1.16.1