Blender  V3.3
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);
void script_operatortypes(void)
Definition: script_ops.c:17
void script_keymap(struct wmKeyConfig *keyconf)
void SCRIPT_OT_reload(struct wmOperatorType *ot)
Definition: script_edit.c:136
void SCRIPT_OT_python_file_run(struct wmOperatorType *ot)
Definition: script_edit.c:50
wmOperatorType * ot
Definition: wm_files.c:3479