Blender
V4.3
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
9
#include <cmath>
10
#include <cstdlib>
11
12
#include "
WM_api.hh
"
13
14
#include "
script_intern.hh
"
15
16
/* ************************** registration **********************************/
17
18
void
script_operatortypes
()
19
{
20
WM_operatortype_append
(
SCRIPT_OT_python_file_run
);
21
WM_operatortype_append
(
SCRIPT_OT_reload
);
22
}
23
24
void
script_keymap
(
wmKeyConfig
*
/*keyconf*/
)
25
{
26
/* Script space is deprecated, and doesn't need a keymap */
27
}
WM_api.hh
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
script_intern.hh
script_operatortypes
void script_operatortypes()
Definition
script_ops.cc:18
script_keymap
void script_keymap(wmKeyConfig *)
Definition
script_ops.cc:24
wmKeyConfig
Definition
DNA_windowmanager_types.h:599
WM_operatortype_append
void WM_operatortype_append(void(*opfunc)(wmOperatorType *))
Definition
wm_operator_type.cc:137
Generated on Thu Feb 6 2025 07:36:39 for Blender by
doxygen
1.11.0