mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 05:14:40 +01:00
[Automated] Merged develop into main
This commit is contained in:
commit
441652a67f
1 changed files with 1 additions and 1 deletions
|
|
@ -178,7 +178,7 @@ class DropDataFrame(QtWidgets.QFrame):
|
|||
paths = self._get_all_paths(in_paths)
|
||||
collectionable_paths = []
|
||||
non_collectionable_paths = []
|
||||
for path in in_paths:
|
||||
for path in paths:
|
||||
ext = os.path.splitext(path)[1]
|
||||
if ext in self.image_extensions or ext in self.sequence_types:
|
||||
collectionable_paths.append(path)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue