133 const ListBase *region_list = (v3d ==
area->spacedata.first) ? &
area->regionbase :
141 rv3d = region->regiondata;
143 region_unlock = region;
145 region_unlock_user = region;
153 if (region_unlock_user) {
154 *r_region = region_unlock_user;
159 *r_region = region_unlock;
230 for (region =
area->regionbase.first; region; region = region->
next) {
470 return GS(local_id->
name);
507 state->draw_plane =
true;
509 float dimensions[3] = {0.0f};
517 if (dimensions_prop) {
525 state->draw_box =
true;
597 const int mval[2] = {
623 return BLI_strdup(
TIP_(
"Create object instance from object-data"));
633 return (
ELEM(drag->
icon, 0, ICON_FILE_IMAGE, ICON_FILE_MOVIE));
692 float obmat_final[4][4])
723 float obmat_final[4][4];
765 float obmat_final[4][4];
844 else if (drag->
path[0]) {
878 "OBJECT_OT_add_named",
889 "OBJECT_OT_transform_to_mouse",
900 "OBJECT_OT_collection_external_asset_drop",
906 "OBJECT_OT_collection_instance_add",
913 "OBJECT_OT_drop_named_material",
919 "VIEW3D_OT_background_image_add",
925 "OBJECT_OT_drop_named_image",
931 "OBJECT_OT_volume_import",
937 "OBJECT_OT_data_instance_add",
943 "VIEW3D_OT_drop_world",
1026 new->render_engine =
NULL;
1028 new->smooth_timer =
NULL;
1061 switch (wmn->
data) {
1080 switch (wmn->
data) {
1122 switch (wmn->
data) {
1149 switch (wmn->
data) {
1169 switch (wmn->
data) {
1197 switch (wmn->
data) {
1214 switch (wmn->
data) {
1225 switch (wmn->
data) {
1261 #ifdef WITH_XR_OPENXR
1262 ED_view3d_xr_shading_update(
G_MAIN->wm.first, v3d,
scene);
1281 switch (wmn->
data) {
1317 if (v3d->shading.type ==
OB_SOLID) {
1325 drw_context.
v3d = v3d;
1368 .user_data = region,
1378 for (
int i = 0; i <
ARRAY_SIZE(type_array); i++) {
1379 msg_key_params.
ptr.
type = type_array[i];
1388 mbus, RenderSettings, resolution_x, &msg_sub_value_region_tag_redraw);
1390 mbus, RenderSettings, resolution_y, &msg_sub_value_region_tag_redraw);
1392 mbus, RenderSettings, pixel_aspect_x, &msg_sub_value_region_tag_redraw);
1394 mbus, RenderSettings, pixel_aspect_y, &msg_sub_value_region_tag_redraw);
1397 mbus, RenderSettings, use_border, &msg_sub_value_region_tag_redraw);
1406 if (obact !=
NULL) {
1407 switch (obact->
mode) {
1414 mbus,
WorkSpace, tools, &msg_sub_value_workbench_view_update);
1472 switch (wmn->
data) {
1552 .user_data = region,
1556 for (
int i = 0; i <
ARRAY_SIZE(type_array); i++) {
1557 msg_key_params.
ptr.
type = type_array[i];
1575 const char *category_override)
1579 const char *contexts_base[4] = {
NULL};
1582 const char **contexts = &contexts_base[1];
1672 if (category_override !=
NULL) {
1694 switch (wmn->
data) {
1708 switch (wmn->
data) {
1727 switch (wmn->
data) {
1741 switch (wmn->
data) {
1818 switch (wmn->
data) {
1829 switch (wmn->
data) {
1839 switch (wmn->
data) {
1894 if (view_layer->
basact) {
1909 ID *selected_id = object_ptr_link->ptr.owner_id;
1933 const struct IDRemapper *mappings,
1934 const bool is_local)
1940 ListBase *regionbase = (slink ==
area->spacedata.first) ? &
area->regionbase :
1942 for (region = regionbase->
first; region; region = region->
next) {
struct IDProperty * BKE_asset_metadata_idprop_find(const struct AssetMetaData *asset_data, const char *name) ATTR_WARN_UNUSED_RESULT
struct ScrArea * CTX_wm_area(const bContext *C)
struct Scene * CTX_data_scene(const bContext *C)
void CTX_data_dir_set(bContextDataResult *result, const char **dir)
bool CTX_data_equals(const char *member, const char *str)
void CTX_data_id_pointer_set(bContextDataResult *result, struct ID *id)
int CTX_data_selected_objects(const bContext *C, ListBase *list)
bool CTX_data_dir(const char *member)
void CTX_data_id_list_add(bContextDataResult *result, struct ID *id)
@ CTX_DATA_TYPE_COLLECTION
@ CTX_MODE_WEIGHT_GPENCIL
@ CTX_MODE_VERTEX_GPENCIL
@ CTX_MODE_SCULPT_GPENCIL
struct ViewLayer * CTX_data_view_layer(const bContext *C)
struct View3D * CTX_wm_view3d(const bContext *C)
const char * CTX_data_mode_string(const bContext *C)
@ CTX_RESULT_MEMBER_NOT_FOUND
void CTX_data_type_set(struct bContextDataResult *result, short type)
struct ARegion * CTX_wm_region(const bContext *C)
struct Depsgraph * CTX_data_depsgraph_pointer(const bContext *C)
struct Main * CTX_data_main(const bContext *C)
struct RegionView3D * CTX_wm_region_view3d(const bContext *C)
enum eContextObjectMode CTX_data_mode_enum(const bContext *C)
void IDP_FreeProperty(struct IDProperty *prop)
struct IDProperty * IDP_CopyProperty(const struct IDProperty *prop) ATTR_WARN_UNUSED_RESULT ATTR_NONNULL()
void BKE_view_layer_base_deselect_all(struct ViewLayer *view_layer)
struct Base * BKE_view_layer_base_find(struct ViewLayer *view_layer, struct Object *ob)
void BKE_view_layer_base_select_and_set_active(struct ViewLayer *view_layer, struct Base *selbase)
@ ID_REMAP_RESULT_SOURCE_UNASSIGNED
bool BKE_id_remapper_has_mapping_for(const struct IDRemapper *id_remapper, uint64_t type_filter)
IDRemapperApplyResult BKE_id_remapper_apply(const struct IDRemapper *id_remapper, struct ID **r_id_ptr, IDRemapperApplyOptions options)
General operations, lookup, etc. for blender objects.
void BKE_object_dimensions_get(struct Object *ob, float r_vec[3])
void BKE_boundbox_calc_center_aabb(const struct BoundBox *bb, float r_cent[3])
const struct BoundBox * BKE_object_boundbox_get(struct Object *ob)
struct Depsgraph * BKE_scene_get_depsgraph(const struct Scene *scene, const struct ViewLayer *view_layer)
bool BKE_scene_uses_blender_eevee(const struct Scene *scene)
void BKE_screen_view3d_sync(struct View3D *v3d, struct Scene *scene)
struct ARegion * BKE_area_find_region_active_win(struct ScrArea *area)
void BKE_spacetype_register(struct SpaceType *st)
struct SpaceType * BKE_spacetype_from_id(int spaceid)
struct ARegionType * BKE_regiontype_from_id(const struct SpaceType *st, int regionid)
void BLI_addhead(struct ListBase *listbase, void *vlink) ATTR_NONNULL(1)
#define LISTBASE_FOREACH(type, var, list)
void void BLI_freelistN(struct ListBase *listbase) ATTR_NONNULL(1)
void BLI_addtail(struct ListBase *listbase, void *vlink) ATTR_NONNULL(1)
#define BLI_ASSERT_ZERO_M4(m)
void zero_m4(float m[4][4])
void mul_m4_m4m4(float R[4][4], const float A[4][4], const float B[4][4])
void copy_m4_m3(float m1[4][4], const float m2[3][3])
void mul_mat3_m4_v3(const float M[4][4], float r[3])
void rescale_m4(float mat[4][4], const float scale[3])
void mat4_to_size(float size[3], const float M[4][4])
MINLINE void sub_v3_v3(float r[3], const float a[3])
MINLINE void copy_v3_v3(float r[3], const float a[3])
MINLINE bool is_zero_v3(const float a[3]) ATTR_WARN_UNUSED_RESULT
MINLINE void mul_v3_v3fl(float r[3], const float a[3], float f)
char * BLI_strdup(const char *str) ATTR_WARN_UNUSED_RESULT ATTR_NONNULL() ATTR_MALLOC
#define ARRAY_SET_ITEMS(...)
#define UNUSED_VARS_NDEBUG(...)
#define BPy_BEGIN_ALLOW_THREADS
#define BPy_END_ALLOW_THREADS
struct Depsgraph Depsgraph
void DEG_id_tag_update(struct ID *id, int flag)
void DEG_relations_tag_update(struct Main *bmain)
Object groups, one object can be in many groups at once.
#define DNA_struct_default_alloc(struct_name)
Object is a sort of wrapper for general info.
#define OB_DATA_SUPPORT_ID(_id_type)
#define OBEDIT_FROM_VIEW_LAYER(view_layer)
#define OBACT(_view_layer)
@ RGN_FLAG_HIDDEN_BY_USER
@ V3D_SHADING_BACKGROUND_WORLD
#define RV3D_GPULIGHT_UPDATE
#define V3D_USES_SCENE_WORLD(v3d)
#define V3D_XR_SESSION_MIRROR
#define V3D_HIDE_OVERLAYS
#define V3D_LOCAL_COLLECTIONS
void DRW_notify_view_update(const DRWUpdateContext *update_ctx)
char * ED_object_ot_drop_named_material_tooltip(struct bContext *C, const char *name, const int mval[2])
void ED_outliner_select_sync_from_object_tag(struct bContext *C)
void ED_render_view3d_update(struct Depsgraph *depsgraph, struct wmWindow *window, struct ScrArea *area, bool updated)
void ED_region_header(const struct bContext *C, struct ARegion *region)
void ED_region_tag_redraw_cursor(struct ARegion *region)
void ED_region_do_msg_notify_tag_redraw(struct bContext *C, struct wmMsgSubscribeKey *msg_key, struct wmMsgSubscribeValue *msg_val)
void ED_area_do_mgs_subscribe_for_tool_ui(const struct wmRegionMessageSubscribeParams *params)
bool ED_region_overlap_isect_any_xy(const ScrArea *area, const int event_xy[2])
int ED_region_generic_tools_region_snap_size(const struct ARegion *region, int size, int axis)
void ED_region_generic_tools_region_message_subscribe(const struct wmRegionMessageSubscribeParams *params)
void ED_region_panels_ex(const struct bContext *C, struct ARegion *region, const char *contexts[])
void ED_region_panels_draw(const struct bContext *C, struct ARegion *region)
void ED_area_do_mgs_subscribe_for_tool_header(const struct wmRegionMessageSubscribeParams *params)
struct ARegionType * ED_area_type_hud(int space_type)
void ED_area_tag_redraw_regiontype(ScrArea *area, int type)
void ED_region_panels_init(struct wmWindowManager *wm, struct ARegion *region)
void ED_region_tag_redraw(struct ARegion *region)
void ED_region_header_init(struct ARegion *region)
void ED_area_tag_refresh(ScrArea *area)
void ED_region_panels_layout_ex(const struct bContext *C, struct ARegion *region, struct ListBase *paneltypes, const char *contexts[], const char *category_override)
void ED_undo_push(struct bContext *C, const char *str)
struct RenderEngineType * ED_view3d_engine_type(const struct Scene *scene, int drawtype)
#define ED_view3d_clear_mats_rv3d(rv3d)
V3DSnapCursorData * ED_view3d_cursor_snap_data_get(void)
bool ED_view3d_is_object_under_cursor(struct bContext *C, const int mval[2])
void ED_view3d_cursor_snap_deactive(V3DSnapCursorState *state)
V3DSnapCursorState * ED_view3d_cursor_snap_active(void)
void ED_view3d_clipping_local(struct RegionView3D *rv3d, const float mat[4][4])
V3DSnapCursorState * ED_view3d_cursor_snap_state_get(void)
#define ED_view3d_check_mats_rv3d(rv3d)
struct Object * ED_view3d_give_object_under_cursor(struct bContext *C, const int mval[2])
#define GPU_matrix_mul(x)
Read Guarded memory(de)allocation.
#define UI_SIDEBAR_PANEL_WIDTH
void UI_GetThemeColor4ubv(int colorid, unsigned char col[4])
@ WM_JOB_TYPE_RENDER_PREVIEW
#define ND_GPENCIL_EDITMODE
#define ND_RENDER_OPTIONS
#define ND_XR_DATA_CHANGED
#define NS_VIEW3D_SHADING
#define ND_DRAW_RENDER_VIEWPORT
const Depsgraph * depsgraph
void RE_engine_free(RenderEngine *engine)
ccl_gpu_kernel_postfix ccl_global float int int int int float bool int offset
void(* MEM_freeN)(void *vmemh)
void *(* MEM_dupallocN)(const void *vmemh)
void *(* MEM_callocN)(size_t len, const char *str)
static void area(int d1, int d2, int e1, int e2, float weights[2])
bool active
all scheduled work for the GPU.
static const pxr::TfToken st("st", pxr::TfToken::Immortal)
void RNA_string_set(PointerRNA *ptr, const char *name, const char *value)
void RNA_int_set(PointerRNA *ptr, const char *name, int value)
void RNA_enum_set_identifier(bContext *C, PointerRNA *ptr, const char *name, const char *id)
void RNA_struct_property_unset(PointerRNA *ptr, const char *identifier)
void RNA_enum_set(PointerRNA *ptr, const char *name, int value)
void RNA_float_set_array(PointerRNA *ptr, const char *name, const float *values)
static void view3d_main_region_init(wmWindowManager *wm, ARegion *region)
static bool view3d_world_drop_poll(bContext *C, wmDrag *drag, const wmEvent *event)
static bool view3d_ob_drop_poll(bContext *C, wmDrag *drag, const wmEvent *event)
static SpaceLink * view3d_duplicate(SpaceLink *sl)
static bool view3d_collection_drop_poll_local_id(bContext *C, wmDrag *drag, const wmEvent *event)
static bool view3d_object_data_drop_poll(bContext *C, wmDrag *drag, const wmEvent *event)
static int view3d_context(const bContext *C, const char *member, bContextDataResult *result)
static void view3d_id_drop_copy(bContext *UNUSED(C), wmDrag *drag, wmDropBox *drop)
static void view3d_id_remap(ScrArea *area, SpaceLink *slink, const struct IDRemapper *mappings)
static void view3d_free(SpaceLink *sl)
static void space_view3d_listener(const wmSpaceTypeListenerParams *params)
static void view3d_collection_drop_copy_external_asset(bContext *UNUSED(C), wmDrag *drag, wmDropBox *drop)
static SpaceLink * view3d_create(const ScrArea *UNUSED(area), const Scene *scene)
static bool view3d_ima_drop_poll(bContext *C, wmDrag *drag, const wmEvent *event)
static bool view3d_ima_bg_is_camera_view(bContext *C)
bool ED_view3d_context_user_region(bContext *C, View3D **r_v3d, ARegion **r_region)
static void view3d_id_path_drop_copy(bContext *UNUSED(C), wmDrag *drag, wmDropBox *drop)
static void view3d_do_msg_notify_workbench_view_update(struct bContext *C, struct wmMsgSubscribeKey *UNUSED(msg_key), struct wmMsgSubscribeValue *msg_val)
static bool view3d_collection_drop_poll_external_asset(bContext *C, wmDrag *drag, const wmEvent *event)
static void view3d_ob_drop_copy_external_asset(bContext *UNUSED(C), wmDrag *drag, wmDropBox *drop)
void ED_view3d_init_mats_rv3d_gl(const struct Object *ob, struct RegionView3D *rv3d)
static void view3d_ob_drop_matrix_from_snap(V3DSnapCursorState *snap_state, Object *ob, float obmat_final[4][4])
static void view3d_main_region_listener(const wmRegionListenerParams *params)
static bool view3d_volume_drop_poll(bContext *UNUSED(C), wmDrag *drag, const wmEvent *UNUSED(event))
static void view3d_widgets(void)
void ED_view3d_stop_render_preview(wmWindowManager *wm, ARegion *region)
static void view3d_header_region_draw(const bContext *C, ARegion *region)
static bool view3d_ima_empty_drop_poll(bContext *C, wmDrag *drag, const wmEvent *event)
static bool view3d_ob_drop_poll_local_id(bContext *C, wmDrag *drag, const wmEvent *event)
static void view3d_collection_drop_copy_local_id(bContext *UNUSED(C), wmDrag *drag, wmDropBox *drop)
static void view3d_tools_region_draw(const bContext *C, ARegion *region)
static void view3d_header_region_init(wmWindowManager *wm, ARegion *region)
static void view3d_main_region_exit(wmWindowManager *wm, ARegion *region)
static void view3d_id_remap_v3d(ScrArea *area, SpaceLink *slink, View3D *v3d, const struct IDRemapper *mappings, const bool is_local)
static void view3d_lightcache_update(bContext *C)
static bool view3d_ima_bg_drop_poll(bContext *C, wmDrag *drag, const wmEvent *event)
static void view3d_header_region_message_subscribe(const wmRegionMessageSubscribeParams *params)
static void view3d_main_region_message_subscribe(const wmRegionMessageSubscribeParams *params)
static void view3d_buttons_region_layout(const bContext *C, ARegion *region)
static void view3d_init(wmWindowManager *UNUSED(wm), ScrArea *UNUSED(area))
static bool view3d_ob_drop_poll_external_asset(bContext *C, wmDrag *drag, const wmEvent *event)
static void view3d_tools_region_init(wmWindowManager *wm, ARegion *region)
static char * view3d_object_data_drop_tooltip(bContext *UNUSED(C), wmDrag *UNUSED(drag), const int UNUSED(xy[2]), wmDropBox *UNUSED(drop))
static void view3d_id_remap_v3d_ob_centers(View3D *v3d, const struct IDRemapper *mappings)
static bool view3d_drop_in_main_region_poll(bContext *C, const wmEvent *event)
const char * view3d_context_dir[]
void ED_spacetype_view3d(void)
static char * view3d_mat_drop_tooltip(bContext *C, wmDrag *drag, const int xy[2], wmDropBox *UNUSED(drop))
static void view3d_main_region_cursor(wmWindow *win, ScrArea *area, ARegion *region)
static void view3d_buttons_region_listener(const wmRegionListenerParams *params)
static void view3d_main_region_free(ARegion *region)
static void view3d_ob_drop_draw_deactivate(struct wmDropBox *drop, wmDrag *UNUSED(drag))
static bool view3d_drop_id_in_main_region_poll(bContext *C, wmDrag *drag, const wmEvent *event, ID_Type id_type)
static void view3d_ob_drop_draw_activate(struct wmDropBox *drop, wmDrag *drag)
void ED_view3d_init_mats_rv3d(const struct Object *ob, struct RegionView3D *rv3d)
static void view3d_exit(wmWindowManager *UNUSED(wm), ScrArea *area)
static void view3d_ob_drop_copy_local_id(bContext *UNUSED(C), wmDrag *drag, wmDropBox *drop)
static bool view3d_mat_drop_poll(bContext *C, wmDrag *drag, const wmEvent *event)
void ED_view3d_buttons_region_layout_ex(const bContext *C, ARegion *region, const char *category_override)
static void view3d_header_region_listener(const wmRegionListenerParams *params)
static void view3d_id_drop_copy_with_type(bContext *UNUSED(C), wmDrag *drag, wmDropBox *drop)
RegionView3D * ED_view3d_context_rv3d(bContext *C)
static void * view3d_main_region_duplicate(void *poin)
static void view3d_buttons_region_init(wmWindowManager *wm, ARegion *region)
static void view3d_dropboxes(void)
void ED_view3d_shade_update(Main *bmain, View3D *v3d, ScrArea *area)
static bool view3d_collection_drop_poll(bContext *C, wmDrag *drag, const wmEvent *event)
bool ED_view3d_area_user_region(const ScrArea *area, const View3D *v3d, ARegion **r_region)
static void space_view3d_refresh(const bContext *C, ScrArea *area)
static ID_Type view3d_drop_id_in_main_region_poll_get_id_type(bContext *C, wmDrag *drag, const wmEvent *event)
void(* draw)(const struct bContext *C, struct ARegion *region)
void(* exit)(struct wmWindowManager *wm, struct ARegion *region)
void(* message_subscribe)(const wmRegionMessageSubscribeParams *params)
void(* cursor)(struct wmWindow *win, struct ScrArea *area, struct ARegion *region)
int(* snap_size)(const struct ARegion *region, int size, int axis)
void(* listener)(const wmRegionListenerParams *params)
void(* free)(struct ARegion *)
void *(* duplicate)(void *poin)
void(* layout)(const struct bContext *C, struct ARegion *region)
void(* init)(struct wmWindowManager *wm, struct ARegion *region)
struct wmGizmoMap * gizmo_map
struct ARegionType * type
struct RenderEngineType * engine_type
struct ViewLayer * view_layer
struct Depsgraph * depsgraph
unsigned int session_uuid
struct RenderEngine * render_engine
struct SmoothView3DStore * sms
struct RegionView3D * localvd
struct LightCache * light_cache_data
void * properties_storage
struct SceneStats * local_stats
unsigned short local_collections_uuid
struct Object * ob_center
void(* draw_deactivate)(struct wmDropBox *drop, struct wmDrag *drag)
void(* draw_droptip)(struct bContext *C, struct wmWindow *win, struct wmDrag *drag, const int xy[2])
void(* draw_activate)(struct wmDropBox *drop, struct wmDrag *drag)
struct wmKeyConfig * defaultconf
void view3d_main_region_draw(const bContext *C, ARegion *region)
void VIEW3D_GGT_armature_spline(wmGizmoGroupType *gzgt)
void VIEW3D_GGT_camera(wmGizmoGroupType *gzgt)
void VIEW3D_GGT_camera_view(wmGizmoGroupType *gzgt)
void VIEW3D_GGT_empty_image(wmGizmoGroupType *gzgt)
void VIEW3D_GGT_force_field(wmGizmoGroupType *gzgt)
void VIEW3D_GGT_light_spot(wmGizmoGroupType *gzgt)
void VIEW3D_GGT_light_area(wmGizmoGroupType *gzgt)
void VIEW3D_GGT_light_target(wmGizmoGroupType *gzgt)
void VIEW3D_GGT_navigate(wmGizmoGroupType *gzgt)
void VIEW3D_GT_navigate_rotate(wmGizmoType *gzt)
void VIEW3D_GGT_mesh_preselect_edgering(wmGizmoGroupType *gzgt)
void VIEW3D_GGT_mesh_preselect_elem(wmGizmoGroupType *gzgt)
void VIEW3D_GGT_ruler(wmGizmoGroupType *gzgt)
void VIEW3D_GT_ruler_item(wmGizmoType *gzt)
void VIEW3D_GGT_placement(struct wmGizmoGroupType *gzgt)
void view3d_operatortypes(void)
void view3d_keymap(struct wmKeyConfig *keyconf)
void WM_cursor_set(wmWindow *win, int curs)
bool WM_cursor_set_from_tool(struct wmWindow *win, const ScrArea *area, const ARegion *region)
ID * WM_drag_get_local_ID_or_import_from_asset(const wmDrag *drag, int idcode)
void WM_drag_free_imported_drag_ID(Main *bmain, wmDrag *drag, wmDropBox *drop)
Free asset ID imported for canceled drop.
bool WM_drag_asset_will_import_linked(const wmDrag *drag)
AssetMetaData * WM_drag_get_asset_meta_data(const wmDrag *drag, int idcode)
ID * WM_drag_get_local_ID(const wmDrag *drag, short idcode)
bool WM_drag_is_ID_type(const wmDrag *drag, int idcode)
ListBase * WM_dropboxmap_find(const char *idname, int spaceid, int regionid)
wmDragAsset * WM_drag_get_asset_data(const wmDrag *drag, int idcode)
ID * WM_drag_asset_id_import(wmDragAsset *asset_drag, const int flag_extra)
const char * WM_drag_get_item_name(wmDrag *drag)
wmDropBox * WM_dropbox_add(ListBase *lb, const char *idname, bool(*poll)(bContext *, wmDrag *, const wmEvent *), void(*copy)(bContext *, wmDrag *, wmDropBox *), void(*cancel)(Main *, wmDrag *, wmDropBox *), WMDropboxTooltipFunc tooltip)
void WM_drag_draw_item_name_fn(bContext *UNUSED(C), wmWindow *UNUSED(win), wmDrag *drag, const int xy[2])
void WM_draw_region_free(ARegion *region, bool hide)
wmEventHandler_Dropbox * WM_event_add_dropbox_handler(ListBase *handlers, ListBase *dropboxes)
void WM_main_add_notifier(unsigned int type, void *reference)
int WM_operator_name_call_ptr(bContext *C, wmOperatorType *ot, wmOperatorCallContext context, PointerRNA *properties, const wmEvent *event)
void WM_event_add_notifier(const bContext *C, uint type, void *reference)
wmEventHandler_Keymap * WM_event_add_keymap_handler(ListBase *handlers, wmKeyMap *keymap)
wmGizmoGroupTypeRef * WM_gizmogrouptype_append_and_link(wmGizmoMapType *gzmap_type, void(*wtfunc)(struct wmGizmoGroupType *))
wmGizmoGroupType * WM_gizmogrouptype_append(void(*wtfunc)(struct wmGizmoGroupType *))
wmGizmoMapType * WM_gizmomaptype_ensure(const struct wmGizmoMapType_Params *gzmap_params)
void WM_gizmomap_tag_refresh(wmGizmoMap *gzmap)
void WM_gizmotype_append(void(*gtfunc)(struct wmGizmoType *))
void WM_jobs_kill_type(struct wmWindowManager *wm, const void *owner, int job_type)
wmKeyMap * WM_keymap_ensure(wmKeyConfig *keyconf, const char *idname, int spaceid, int regionid)
#define WM_msg_subscribe_rna_anon_prop(mbus, type_, prop_, value)
#define WM_msg_subscribe_rna_anon_type(mbus, type_, value)
void WM_msg_subscribe_rna_params(struct wmMsgBus *mbus, const wmMsgParams_RNA *msg_key_params, const wmMsgSubscribeValue *msg_val_params, const char *id_repr)
void WM_operator_properties_id_lookup_set_from_id(PointerRNA *ptr, const ID *id)
wmOperatorType * WM_operatortype_find(const char *idname, bool quiet)
void WM_operator_properties_create_ptr(PointerRNA *ptr, wmOperatorType *ot)
void WM_operator_properties_free(PointerRNA *ptr)
ViewLayer * WM_window_get_active_view_layer(const wmWindow *win)