mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
fix mapping on multiselection
This commit is contained in:
parent
1c604ee1be
commit
72e729f59f
1 changed files with 1 additions and 1 deletions
|
|
@ -1653,7 +1653,7 @@ class SubsetAttributesWidget(QtWidgets.QWidget):
|
|||
mapping[instance_ids[0]] = path
|
||||
|
||||
else:
|
||||
for instance_id in range(len(instance_ids)):
|
||||
for instance_id in instance_ids:
|
||||
root = os.path.dirname(path)
|
||||
ext = os.path.splitext(path)[-1]
|
||||
dst_path = os.path.join(root, str(uuid.uuid4()) + ext)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue