Blender
V3.3
source
blender
editors
space_script
script_intern.h
Go to the documentation of this file.
1
/* SPDX-License-Identifier: GPL-2.0-or-later
2
* Copyright 2008 Blender Foundation. All rights reserved. */
3
8
#pragma once
9
10
/* internal exports only */
11
12
/* script_ops.c */
13
14
void
script_operatortypes
(
void
);
15
void
script_keymap
(
struct
wmKeyConfig
*keyconf);
16
17
/* script_edit.c */
18
19
void
SCRIPT_OT_reload
(
struct
wmOperatorType
*
ot
);
20
void
SCRIPT_OT_python_file_run
(
struct
wmOperatorType
*
ot
);
script_operatortypes
void script_operatortypes(void)
Definition:
script_ops.c:17
script_keymap
void script_keymap(struct wmKeyConfig *keyconf)
SCRIPT_OT_reload
void SCRIPT_OT_reload(struct wmOperatorType *ot)
Definition:
script_edit.c:136
SCRIPT_OT_python_file_run
void SCRIPT_OT_python_file_run(struct wmOperatorType *ot)
Definition:
script_edit.c:50
wmKeyConfig
Definition:
DNA_windowmanager_types.h:498
wmOperatorType
Definition:
WM_types.h:886
ot
wmOperatorType * ot
Definition:
wm_files.c:3479
Generated on Sat Jul 27 2024 14:57:55 for Blender by
doxygen
1.9.1