Blender
V3.3
|
Go to the source code of this file.
Functions | |
void | script_operatortypes (void) |
void | script_keymap (struct wmKeyConfig *keyconf) |
void | SCRIPT_OT_reload (struct wmOperatorType *ot) |
void | SCRIPT_OT_python_file_run (struct wmOperatorType *ot) |
void script_keymap | ( | struct wmKeyConfig * | keyconf | ) |
Referenced by ED_spacetype_script().
Definition at line 17 of file script_ops.c.
References SCRIPT_OT_python_file_run(), SCRIPT_OT_reload(), and WM_operatortype_append().
Referenced by ED_spacetype_script().
void SCRIPT_OT_python_file_run | ( | struct wmOperatorType * | ot | ) |
Definition at line 50 of file script_edit.c.
References wmOperatorType::description, wmOperatorType::exec, FILE_MAX, wmOperatorType::flag, wmOperatorType::idname, wmOperatorType::name, NULL, OPTYPE_INTERNAL, OPTYPE_REGISTER, OPTYPE_UNDO, ot, RNA_def_string_file_path(), run_pyfile_exec(), and wmOperatorType::srna.
Referenced by script_operatortypes().
void SCRIPT_OT_reload | ( | struct wmOperatorType * | ot | ) |
Definition at line 136 of file script_edit.c.
References wmOperatorType::description, wmOperatorType::exec, wmOperatorType::idname, wmOperatorType::name, ot, and script_reload_exec().
Referenced by script_operatortypes().