Merge branch 'blender-v4.2-release'

This commit is contained in:
Hans Goudey
2024-07-08 09:23:49 -04:00

View File

@@ -787,6 +787,8 @@ static void wm_file_read_post(bContext *C,
#if 1
WM_event_add_notifier(C, NC_WM | ND_FILEREAD, nullptr);
/* Clear static filtered asset tree caches. */
WM_event_add_notifier(C, NC_ASSET | ND_ASSET_LIST_READING, nullptr);
#else
WM_msg_publish_static(CTX_wm_message_bus(C), WM_MSG_STATICTYPE_FILE_READ);
#endif