Blender V2.61 - r43446
Functions

script_edit.c File Reference

#include <string.h>
#include <stdio.h>
#include "BLI_blenlib.h"
#include "BLI_utildefines.h"
#include "BKE_context.h"
#include "WM_api.h"
#include "WM_types.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 *UNUSED(op))
void SCRIPT_OT_reload (wmOperatorType *ot)

Detailed Description

Definition in file script_edit.c.


Function Documentation

static int run_pyfile_exec ( bContext C,
wmOperator op 
) [static]
void SCRIPT_OT_python_file_run ( wmOperatorType ot)
void SCRIPT_OT_reload ( wmOperatorType ot)
static int script_reload_exec ( bContext C,
wmOperator UNUSEDop 
) [static]