macOS/QuickLook: support rich thumbnail #107072

Open
Ankit Meel wants to merge 10 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.
1 changed files with 4 additions and 2 deletions
Showing only changes of commit 987d0dffbd - Show all commits

View File

@ -48,10 +48,12 @@
*
* # Troubleshooting
* - Is it registered with lsregister and there isn't a conflict with another plugin taking
* precedence? `lsregister -dump | grep Blender.app/`
* - Is it codesigned and sandboxed? `codesign -d --entitlements - /path/to/plugin`
* precedence? `lsregister -dump | grep blender-thumbnailer.appex`
* - Is it codesigned and sandboxed?
* `codesign -d --entitlements ent.plist -f -s - /path/to/appex`
* - Sometimes blender-thumbnailer running in background can be killed.
* - qlmanage -r && killall Finder
* - The code cannot attempt to do anything outside sandbox like writing to blend.
*
* # Triggering a thumbnail
* - qlmanage -t /path/to/file.blend