@deadpin indeed, both issues are different manifestations of the same problem. This is not trivial to fix unfortunately.
The issue is that these windows (and related new workspaces, workspace…
Cancelled my build, let Sergey's one going
Agreed, there is no rush, the fix can wait a week or two. Would definitively not mind having @ideasman42 look at it too.
Not a critical issue, as it does not happen with official releases (still based on Python 3.11), so no need for high severity. :)
Thanks, think this is doing the right thing now
I don't think this fix is correct.
RC tests once it's out later today would be extremely welcomed ;)
IMAGE_OT_file_browse
should be fixed now in this case, hopefully did not break anything else in the process.
linked editable
ID filepaths to IMAGE_OT_file_browse
.
The 'bottom way' is called IMAGE_OT_file_browse
operator, while the 'top way' is called IMAGE_OT_open
.
Besides the discussion about why there are two operators for doing (essentially) the…