|
Blender V4.3
|
#include <WM_types.hh>
Public Attributes | |
| void * | data |
| wmGenericUserDataFreeFn | free_fn |
| bool | use_free |
Definition at line 140 of file WM_types.hh.
| void* wmGenericUserData::data |
Definition at line 141 of file WM_types.hh.
Referenced by do_lasso_select_mesh(), do_lasso_select_paintface(), do_lasso_select_paintvert(), do_mesh_box_select(), do_paintface_box_select(), do_paintvert_box_select(), editselect_buf_cache_init_with_generic_userdata(), mesh_bisect_exec(), mesh_bisect_invoke(), mesh_bisect_modal(), mesh_circle_select(), paint_facesel_circle_select(), paint_vertsel_circle_select(), paint_weight_gradient_exec(), paint_weight_gradient_modal(), PE_circle_select(), pe_select_cache_init_with_generic_userdata(), view3d_circle_select_exec(), and WM_generic_user_data_free().
| wmGenericUserDataFreeFn wmGenericUserData::free_fn |
When NULL, use MEM_freeN.
Definition at line 143 of file WM_types.hh.
Referenced by editselect_buf_cache_init_with_generic_userdata(), pe_select_cache_init_with_generic_userdata(), and WM_generic_user_data_free().
| bool wmGenericUserData::use_free |
Definition at line 144 of file WM_types.hh.
Referenced by editselect_buf_cache_init_with_generic_userdata(), paint_weight_gradient_exec(), pe_select_cache_init_with_generic_userdata(), WM_generic_user_data_free(), and WM_gesture_new().