Blender V2.61 - r43446
|
Functions | |
def | filter_op_list |
def | run_ops |
def | ctx_clear_scene |
def | ctx_editmode_mesh |
def | ctx_editmode_curves |
def | ctx_editmode_surface |
def | ctx_editmode_mball |
def | ctx_editmode_text |
def | ctx_editmode_armature |
def | ctx_editmode_lattice |
def | ctx_object_empty |
def | ctx_weightpaint |
def | main |
Variables | |
tuple | op_blacklist |
def bl_run_operators::ctx_clear_scene | ( | ) |
Definition at line 83 of file bl_run_operators.py.
def bl_run_operators::ctx_editmode_armature | ( | ) |
Definition at line 121 of file bl_run_operators.py.
def bl_run_operators::ctx_editmode_curves | ( | ) |
Definition at line 101 of file bl_run_operators.py.
def bl_run_operators::ctx_editmode_lattice | ( | ) |
Definition at line 126 of file bl_run_operators.py.
def bl_run_operators::ctx_editmode_mball | ( | ) |
Definition at line 111 of file bl_run_operators.py.
def bl_run_operators::ctx_editmode_mesh | ( | ) |
Definition at line 96 of file bl_run_operators.py.
def bl_run_operators::ctx_editmode_surface | ( | ) |
Definition at line 106 of file bl_run_operators.py.
def bl_run_operators::ctx_editmode_text | ( | ) |
Definition at line 116 of file bl_run_operators.py.
def bl_run_operators::ctx_object_empty | ( | ) |
Definition at line 132 of file bl_run_operators.py.
def bl_run_operators::ctx_weightpaint | ( | ) |
Definition at line 136 of file bl_run_operators.py.
def bl_run_operators::filter_op_list | ( | operators | ) |
Definition at line 47 of file bl_run_operators.py.
def bl_run_operators::main | ( | ) |
Definition at line 140 of file bl_run_operators.py.
def bl_run_operators::run_ops | ( | operators, | |
setup_func = None |
|||
) |
Definition at line 60 of file bl_run_operators.py.
00001 ( 00002 "script.reload", 00003 "export*.*", 00004 "import*.*", 00005 "*.save_*", 00006 "*.read_*", 00007 "*.open_*", 00008 "*.link_append", 00009 "render.render", 00010 "*.*_export", 00011 "*.*_import", 00012 "wm.url_open", 00013 "wm.doc_view", 00014 "wm.path_open", 00015 "help.operator_cheat_sheet", 00016 )
Definition at line 29 of file bl_run_operators.py.