mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
all video and image files can be set as thumbnail now
This commit is contained in:
parent
447c63fc33
commit
060b0e3008
1 changed files with 2 additions and 2 deletions
|
|
@ -277,8 +277,8 @@ class DropDataFrame(QtWidgets.QFrame):
|
|||
icon += 's'
|
||||
data['icon'] = icon
|
||||
data['thumb'] = (
|
||||
ext in self.presets['extensions']['thumbnailable'] and
|
||||
data['is_sequence'] is False
|
||||
ext in self.presets['extensions']['image_file'] or
|
||||
ext in self.presets['extensions']['video_file']
|
||||
)
|
||||
data['prev'] = ext in self.presets['extensions']['video_file']
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue