UI: Support "Adjust Last Operation" panel after file browser operation #118623

Open
Julian Eisel wants to merge 1 commits from JulianEisel/blender:temp-fileselect-redo-panel into main

When changing the target branch, be careful to rebase the branch in your fork to match. See documentation.

1 Commits

Author SHA1 Message Date
Julian Eisel 46c649320f UI: Support "Adjust Last Operation" panel after file browser operation
Usually the panel is handled by `wm_operator_finished()`, but file
selection operators don't use this, they have own operator calling code
since it needs some special case handling. So handle operator
registration and HUD panel display here as well.
2024-02-22 15:42:28 +01:00