![]() |
Blender V2.61 - r43446
|
Public Attributes | |
| int | thread |
| struct { | |
| struct wmWindowManager * manager | |
| struct wmWindow * window | |
| struct bScreen * screen | |
| struct ScrArea * area | |
| struct ARegion * region | |
| struct ARegion * menu | |
| struct bContextStore * store | |
| const char * operator_poll_msg | |
| } | wm |
| struct { | |
| struct Main * main | |
| struct Scene * scene | |
| int recursion | |
| int py_init | |
| void * py_context | |
| } | data |
| struct { | |
| int render | |
| } | eval |
| struct ScrArea* bContext::area |
Definition at line 66 of file context.c.
Referenced by CTX_data_dir_get(), ctx_data_get(), CTX_wm_area(), CTX_wm_area_set(), CTX_wm_manager_set(), CTX_wm_region_view3d(), CTX_wm_screen_set(), CTX_wm_space_action(), CTX_wm_space_buts(), CTX_wm_space_clip(), CTX_wm_space_console(), CTX_wm_space_data(), CTX_wm_space_file(), CTX_wm_space_graph(), CTX_wm_space_image(), CTX_wm_space_info(), CTX_wm_space_logic(), CTX_wm_space_nla(), CTX_wm_space_node(), CTX_wm_space_outliner(), CTX_wm_space_seq(), CTX_wm_space_text(), CTX_wm_space_time(), CTX_wm_space_userpref(), CTX_wm_view3d(), and CTX_wm_window_set().
| struct { ... } bContext::data |
| struct { ... } bContext::eval |
| struct Main* bContext::main |
Definition at line 75 of file context.c.
Referenced by CTX_data_main(), and CTX_data_main_set().
| struct wmWindowManager* bContext::manager |
Definition at line 63 of file context.c.
Referenced by CTX_wm_manager(), CTX_wm_manager_set(), and CTX_wm_reports().
| struct ARegion* bContext::menu |
Definition at line 68 of file context.c.
Referenced by CTX_wm_menu(), and CTX_wm_menu_set().
| const char* bContext::operator_poll_msg |
Definition at line 70 of file context.c.
Referenced by CTX_wm_operator_poll_msg_get(), and CTX_wm_operator_poll_msg_set().
| void* bContext::py_context |
Definition at line 80 of file context.c.
Referenced by CTX_py_dict_get(), and CTX_py_dict_set().
Definition at line 79 of file context.c.
Referenced by CTX_py_init_get(), and CTX_py_init_set().
Definition at line 78 of file context.c.
Referenced by ctx_data_get().
| struct ARegion* bContext::region |
Definition at line 67 of file context.c.
Referenced by CTX_data_dir_get(), ctx_data_get(), CTX_wm_area_set(), CTX_wm_manager_set(), CTX_wm_region(), CTX_wm_region_data(), CTX_wm_region_set(), CTX_wm_region_view3d(), CTX_wm_screen_set(), and CTX_wm_window_set().
| int bContext::render |
| struct Scene* bContext::scene |
Definition at line 76 of file context.c.
Referenced by CTX_data_scene(), CTX_data_scene_set(), CTX_wm_screen_set(), CTX_wm_window_set(), and make_local_brush().
| struct bScreen* bContext::screen |
Definition at line 65 of file context.c.
Referenced by CTX_data_dir_get(), ctx_data_get(), CTX_wm_manager_set(), CTX_wm_screen(), CTX_wm_screen_set(), and CTX_wm_window_set().
| struct bContextStore* bContext::store |
Definition at line 69 of file context.c.
Referenced by CTX_data_dir_get(), ctx_data_get(), and CTX_store_set().
| int bContext::thread |
| struct wmWindow* bContext::window |
Definition at line 64 of file context.c.
Referenced by CTX_wm_manager_set(), CTX_wm_window(), and CTX_wm_window_set().
| struct { ... } bContext::wm |
Referenced by CTX_data_dir_get(), ctx_data_get(), CTX_store_set(), CTX_wm_area(), CTX_wm_area_set(), CTX_wm_manager(), CTX_wm_manager_set(), CTX_wm_menu(), CTX_wm_menu_set(), CTX_wm_operator_poll_msg_get(), CTX_wm_operator_poll_msg_set(), CTX_wm_region(), CTX_wm_region_data(), CTX_wm_region_set(), CTX_wm_region_view3d(), CTX_wm_reports(), CTX_wm_screen(), CTX_wm_screen_set(), CTX_wm_space_action(), CTX_wm_space_buts(), CTX_wm_space_clip(), CTX_wm_space_console(), CTX_wm_space_data(), CTX_wm_space_file(), CTX_wm_space_graph(), CTX_wm_space_image(), CTX_wm_space_info(), CTX_wm_space_logic(), CTX_wm_space_nla(), CTX_wm_space_node(), CTX_wm_space_outliner(), CTX_wm_space_seq(), CTX_wm_space_text(), CTX_wm_space_time(), CTX_wm_space_userpref(), CTX_wm_view3d(), CTX_wm_window(), and CTX_wm_window_set().