Blender V5.0
script_intern.hh File Reference

Go to the source code of this file.

Functions

void script_operatortypes ()
void script_keymap (wmKeyConfig *keyconf)
void SCRIPT_OT_reload (wmOperatorType *ot)
void SCRIPT_OT_python_file_run (wmOperatorType *ot)

Function Documentation

◆ script_keymap()

void script_keymap ( wmKeyConfig * keyconf)

Definition at line 23 of file script_ops.cc.

Referenced by ED_spacetype_script().

◆ script_operatortypes()

void script_operatortypes ( )

◆ SCRIPT_OT_python_file_run()

◆ SCRIPT_OT_reload()

void SCRIPT_OT_reload ( wmOperatorType * ot)

Definition at line 137 of file script_edit.cc.

References ot, and script_reload_exec().

Referenced by script_operatortypes().