Blender V4.3
script_edit.cc File Reference
#include <cstdio>
#include <cstring>
#include "BLI_listbase.h"
#include "BLI_utildefines.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 int run_pyfile_exec (bContext *C, wmOperator *op)
 
void SCRIPT_OT_python_file_run (wmOperatorType *ot)
 
static int 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()

◆ script_reload_exec()