|
Blender V4.3
|
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) |
| void script_keymap | ( | wmKeyConfig * | keyconf | ) |
Definition at line 24 of file script_ops.cc.
Referenced by ED_spacetype_script().
| void script_operatortypes | ( | ) |
Definition at line 18 of file script_ops.cc.
References SCRIPT_OT_python_file_run(), SCRIPT_OT_reload(), and WM_operatortype_append().
Referenced by ED_spacetype_script().
| void SCRIPT_OT_python_file_run | ( | wmOperatorType * | ot | ) |
Definition at line 53 of file script_edit.cc.
References BLT_I18NCONTEXT_EDITOR_FILEBROWSER, wmOperatorType::description, wmOperatorType::exec, FILE_MAX, wmOperatorType::flag, wmOperatorType::idname, wmOperatorType::name, OPTYPE_INTERNAL, OPTYPE_REGISTER, OPTYPE_UNDO, ot, RNA_def_property_translation_context(), RNA_def_string_file_path(), run_pyfile_exec(), and wmOperatorType::srna.
Referenced by script_operatortypes().
| void SCRIPT_OT_reload | ( | wmOperatorType * | ot | ) |
Definition at line 139 of file script_edit.cc.
References wmOperatorType::description, wmOperatorType::exec, wmOperatorType::idname, wmOperatorType::name, ot, and script_reload_exec().
Referenced by script_operatortypes().