Blender  V3.3
Functions
script_edit.c File Reference
#include <stdio.h>
#include <string.h>
#include "BLI_listbase.h"
#include "BLI_utildefines.h"
#include "BKE_context.h"
#include "BKE_report.h"
#include "WM_api.h"
#include "WM_types.h"
#include "wm_event_system.h"
#include "RNA_access.h"
#include "RNA_define.h"
#include "ED_screen.h"
#include "script_intern.h"

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

static int run_pyfile_exec ( bContext C,
wmOperator op 
)
static

◆ SCRIPT_OT_python_file_run()

void SCRIPT_OT_python_file_run ( wmOperatorType ot)

◆ SCRIPT_OT_reload()

void SCRIPT_OT_reload ( wmOperatorType ot)

◆ script_reload_exec()

static int script_reload_exec ( bContext C,
wmOperator op 
)
static