Hi,
I was recently testing some custom code in the tk-multi-workfiles2 app,
but I cant get the “filter_work_files” hook to work like I want to:
I try to set a “thumbnail” in the dictionary like this:
for data in work_files: data['work_file']['thumbnail'] = thumb
where I tried to set “thumb” as a
- (string) path to a local file
- shotgun thumbnail url
- QtGui.QPixmap
but unfortunately it does not show any of my custom workfile thumbnails.
Other edits like for “name” or “modified by” work, but not my thumbnail approach.
What type of thumbnail does the workfiles app need here?
Thanks a lot,
Sebastian