Refactor: UI changes for collection export presets #120034

Open
Brecht Van Lommel wants to merge 3 commits from brecht/blender:operator-presets into main

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

3 Commits

Author SHA1 Message Date
Brecht Van Lommel 7acdb2b1a2 Cleanup: make format
buildbot/vexp-code-patch-lint Build done. Details
buildbot/vexp-code-patch-windows-amd64 Build done. Details
buildbot/vexp-code-patch-coordinator Build done. Details
2024-03-28 21:50:12 +01:00
Brecht Van Lommel d9a18d03d7 UI: Grounwork for making operator presets use icon in panel header
buildbot/vexp-code-patch-lint Build done. Details
buildbot/vexp-code-patch-linux-x86_64 Build done. Details
buildbot/vexp-code-patch-windows-amd64 Build done. Details
buildbot/vexp-code-patch-darwin-x86_64 Build done. Details
buildbot/vexp-code-patch-darwin-arm64 Build done. Details
buildbot/vexp-code-patch-coordinator Build done. Details
Rather than a custom button that is different from presets elsewhere.
Not used yet.
2024-03-28 20:46:03 +01:00
Brecht Van Lommel 89d6bb1a2e UI: Add ability for UI block to own operator
Instead of only referencing an existing one. This will be used for
collection exporter and presets, to make sure the operator instance
stays alive enough for the preset to be able to be applied.
2024-03-28 20:45:27 +01:00