macOS/QuickLook: support rich thumbnail in Finder #107072

Open
Ankit Meel wants to merge 4 commits from ankitm/blender:ankitm/2ql into main

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

4 Commits

Author SHA1 Message Date
887317f6af Merge branch 'main' into ankitm/2ql
All checks were successful
buildbot/vexp-code-patch-lint Build done.
buildbot/vexp-code-patch-darwin-x86_64 Build done.
buildbot/vexp-code-patch-darwin-arm64 Build done.
buildbot/vexp-code-patch-coordinator Build done.
2024-10-15 12:13:32 +02:00
77d6650498 Enable thumbnailer by default for macOS release builds
Some checks reported errors
buildbot/vexp-code-patch-lint Build done.
buildbot/vexp-code-patch-darwin-arm64 Build done.
buildbot/vexp-code-patch-darwin-x86_64 Build done.
buildbot/vexp-code-patch-coordinator Build done.
2024-10-15 11:54:01 +02:00
1b47e663e0 remove extra headers, add autoreleasepool, use fileSystemRepresentation 2024-10-15 01:57:35 +05:30
27651493d9 macOS/QuickLook: support rich thumbnail
Support thumbnail that shows the file contents instead
of the default blend file icon for all files in Finder/ Expose.
Some files may still have the usual blender icon as thumbnail
depending on their contents.

blender-thumbnailer process is kept alive by the system
in the background and is invoked by QuickLook when needed.

It will NOT be an interactive "Preview" that allows richer
interactions like Panning viewport, or rotating 3D objects.
2024-10-11 20:06:16 +05:30