|
Blender
V2.59
|
Go to the source code of this file.
Functions | |
| void | script_header_buttons (const bContext *C, ARegion *ar) |
| void | script_operatortypes (void) |
| void | script_keymap (struct wmKeyConfig *keyconf) |
| void | SCRIPT_OT_reload (struct wmOperatorType *ot) |
| void | SCRIPT_OT_python_file_run (struct wmOperatorType *ot) |
Definition in file script_intern.h.
Definition at line 93 of file script_header.c.
References CTX_wm_area(), do_script_buttons(), dummy_viewmenu(), ED_area_header_standardbuttons(), ScrArea::flag, GetButStringLength(), HEADER_NO_PULLDOWN, NULL, View2D::tot, UI_EMBOSS, UI_UNIT_X, UI_UNIT_Y, UI_view2d_totRect_set(), uiBeginBlock(), uiBlockSetEmboss(), uiBlockSetHandleFunc(), uiDefPulldownBut(), uiDrawBlock(), uiEndBlock(), ARegion::v2d, rctf::ymax, and rctf::ymin.
| void script_keymap | ( | struct wmKeyConfig * | keyconf | ) |
Definition at line 63 of file script_ops.c.
References KM_ALT, KM_CTRL, KM_PRESS, KM_SHIFT, PKEY, RNA_string_set(), SPACE_SCRIPT, WM_keymap_add_item(), and WM_keymap_find().
Referenced by ED_spacetype_script().
| void script_operatortypes | ( | void | ) |
Definition at line 57 of file script_ops.c.
References SCRIPT_OT_python_file_run(), SCRIPT_OT_reload(), and WM_operatortype_append().
Referenced by ED_spacetype_script().
| void SCRIPT_OT_python_file_run | ( | struct wmOperatorType * | ot | ) |
Definition at line 73 of file script_edit.c.
References wmOperatorType::description, ED_operator_areaactive(), wmOperatorType::exec, wmOperatorType::flag, wmOperatorType::idname, wmOperatorType::name, OPTYPE_UNDO, wmOperatorType::poll, RNA_def_string_file_path(), run_pyfile_exec(), and wmOperatorType::srna.
Referenced by script_operatortypes().
| void SCRIPT_OT_reload | ( | struct wmOperatorType * | ot | ) |
Definition at line 105 of file script_edit.c.
References wmOperatorType::description, wmOperatorType::exec, wmOperatorType::idname, wmOperatorType::name, and script_reload_exec().
Referenced by script_operatortypes().