Blender V5.0
script_edit.cc File Reference
#include <cstring>
#include "BLI_listbase.h"
#include "BKE_context.hh"
#include "BKE_report.hh"
#include "BLT_translation.hh"
#include "WM_api.hh"
#include "WM_types.hh"
#include "wm_event_system.hh"
#include "RNA_access.hh"
#include "RNA_define.hh"
#include "ED_screen.hh"
#include "script_intern.hh"

Go to the source code of this file.

Functions

static wmOperatorStatus run_pyfile_exec (bContext *C, wmOperator *op)
void SCRIPT_OT_python_file_run (wmOperatorType *ot)
static wmOperatorStatus script_reload_exec (bContext *C, wmOperator *op)
void SCRIPT_OT_reload (wmOperatorType *ot)

Function Documentation

◆ run_pyfile_exec()

◆ 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().

◆ script_reload_exec()